Convert this matrix to different depth

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

Syntax

C#
public MatND<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()
Visual Basic (Declaration)
Public Function Convert(Of TOtherDepth As New) As MatND(Of TOtherDepth)
Visual C++
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