Table of Contents

Enum StereoRectificationFlags

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

The operation flags for cvStereoRectify

[Flags]
public enum StereoRectificationFlags

Fields

None = 0

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.

ZeroDisparity = 1024

the function makes the principal points of each camera have the same pixel coordinates in the rectified views.