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 : struct, new(), IColor
Public Function Convert(Of TOtherColor As {Structure, New, IColor}, TOtherDepth) As Image(Of TOtherColor, TOtherDepth)
public:
generic<typename TOtherColor, typename TOtherDepth>
where TOtherColor : value class, gcnew(), IColor
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.5.0.0 (1.5.0.0)