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

Declaration Syntax
public Image<TOtherColor, TOtherDepth> Convert<TOtherColor, TOtherDepth>()
where TOtherColor : new(), ColorType
Public Function Convert(Of TOtherColor As {New, ColorType}, TOtherDepth) As Image(Of TOtherColor, TOtherDepth)
public:
generic<typename TOtherColor, typename TOtherDepth>
where TOtherColor : gcnew(), ColorType
Image<TOtherColor, TOtherDepth>^ Convert()

Generic Template Parameters
- TOtherColor
- The type of color to be converted to
- TOtherDepth
- The type of pixel depth to be converted to

Return Value
Image of the specific color and depth
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)