Click or drag to resize

InputArrayGetDepth Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public DepthType GetDepth(
	int idx = -1
)

Parameters

idx (Optional)
Type: SystemInt32
The optional index

Return Value

Type: DepthType
The depth type
See Also