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