StereoRectifyType Enumeration |
http://www.emgu.com
Type used in cvStereoRectify
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax public enum StereoRectifyType
Public Enumeration StereoRectifyType
public enum class StereoRectifyType
Members
| Member name | Value | Description |
---|
| Default | 0 |
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
|
| CalibZeroDisparity | 1024 |
Makes the principal points of each camera have the same pixel coordinates in the rectified views
|
See Also