Convert this matrix to different depth

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

Syntax

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

Type Parameters

TOtherDepth
The depth type to convert to

Return Value

Matrix of different depth

See Also