Click or drag to resize

CvInvokeGetDepthType Method (Type)

http://www.emgu.com
Get the corresponding opencv 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 DepthType GetDepthType(
	Type t
)

Parameters

t
Type: SystemType
The element type

Return Value

Type: DepthType
The equivalent opencv depth type
See Also