Click or drag to resize

ImageTColor, TDepthConvertTOtherColor, TOtherDepth Method

http://www.emgu.com
Convert the current image to the specific color and depth

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TOtherColor, TOtherDepth> Convert<TOtherColor, TOtherDepth>()
where TOtherColor : struct, new(), IColor
where TOtherDepth : new()

Type Parameters

TOtherColor
The type of color to be converted to
TOtherDepth
The type of pixel depth to be converted to

Return Value

Type: ImageTOtherColor, TOtherDepth
Image of the specific color and depth
See Also