Click or drag to resize
KinectCaptureGetMaxDisparity Method
http://www.emgu.com
Given the minimum distance in mm, return the maximum valid disparity value.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public double GetMaxDisparity(
	double minDistance
)

Parameters

minDistance
Type: SystemDouble
The minimum distance that an object is away from the camera

Return Value

Type: Double
The maximum valid disparity
See Also