Click or drag to resize

StereoRectificationFlags Enumeration

The operation flags for cvStereoRectify

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum StereoRectificationFlags
Members
  Member nameValueDescription
None0 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.
See Also