Convert this matrix to different depth

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

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