Get the OpenCV matrix depth enumeration from depth type
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1062 (2.2.1.1062)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function GetMatrixDepth ( _
typeOfDepth As Type _
) As MAT_DEPTH
Parameters
- typeOfDepth
- Type
The depth of type
Return Value
OpenCV Matrix depth
See Also