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