Click or drag to resize

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
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