StereoRectificationFlag Enumeration OpenCvSharp Class Library
The operation flags for cvStereoRectify

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum StereoRectificationFlag
Members

  Member nameValueDescription
Zero0 Default value (=0). the function can shift one of the image in horizontal or vertical direction (depending on the orientation of epipolar lines) in order to maximise the useful image area.
ZeroDisparity1024 the function makes the principal points of each camera have the same pixel coordinates in the rectified views. [CV_CALIB_ZERO_DISPARITY]
See Also

Reference