StereoRectificationFlags Enumeration
|
The operation flags for cvStereoRectify
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum StereoRectificationFlags
Public Enumeration StereoRectificationFlags
public enum class StereoRectificationFlags
type StereoRectificationFlags
OpenCvSharp.StereoRectificationFlags = function();
OpenCvSharp.StereoRectificationFlags.createEnum('OpenCvSharp.StereoRectificationFlags', false);
Members
| Member name | Value | Description |
---|
| 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.
|
See Also