Enum StereoRectificationFlags
The operation flags for cvStereoRectify
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum StereoRectificationFlags
Fields
Name | Description |
---|---|
None | 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 | the function makes the principal points of each camera have the same pixel coordinates in the rectified views. |