Click or drag to resize

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
Syntax
public static Type GetDepthType(
	DepthType t
)

Parameters

t
Type: Emgu.CV.CvEnumDepthType
The opencv depth type

Return Value

Type: Type
The equivalent depth type
See Also