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