www.emgu.com/wiki
Convert this matrix to different depth

Declaration Syntax
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()

Generic Template Parameters
- TOtherDepth
- The depth type to convert to

Return Value
Matrix of different depth
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)