[This is preliminary documentation and is subject to change.]

Convert this matrix to different depth

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MatND<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()
Public Function Convert(Of TOtherDepth As New) As MatND(Of TOtherDepth)
public:
generic<typename TOtherDepth>
where TOtherDepth : gcnew()
MatND<TOtherDepth>^ Convert()

Type Parameters

TOtherDepth
The depth type to convert to

Return Value

Matrix of different depth

See Also