CvInvokeGetDepthType Method (DepthType) |
http://www.emgu.com
Get the corresponding depth type
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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