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