Click or drag to resize

CvInvokeGetDepthType Method (DepthType)

http://www.emgu.com
Get the corresponding depth type

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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