http://www.emgu.com
Convert this matrix to different depth
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MatND<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()
|
Visual Basic |
---|
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