CvInvokeGetDepthType Method (DepthType) |
http://www.emgu.com
Get the corresponding 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 Type GetDepthType(
DepthType t
)
Public Shared Function GetDepthType (
t As DepthType
) As Type
public:
static Type^ GetDepthType(
DepthType t
)
static member GetDepthType :
t : DepthType -> Type
Parameters
- t
- Type: Emgu.CV.CvEnumDepthType
The opencv depth type
Return Value
Type:
TypeThe equivalent depth type
See Also