CvInvokeGetDepthType Method (Type) |
http://www.emgu.com
Get the corresponding opencv depth type
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static DepthType GetDepthType(
Type t
)
Public Shared Function GetDepthType (
t As Type
) As DepthType
public:
static DepthType GetDepthType(
Type^ t
)
static member GetDepthType :
t : Type -> DepthType
Parameters
- t
- Type: SystemType
The element type
Return Value
Type:
DepthTypeThe equivalent opencv depth type
See Also