http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Type used in cvStereoRectify
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum STEREO_RECTIFY_TYPE |
Visual Basic |
---|
Public Enumeration STEREO_RECTIFY_TYPE |
Visual C++ |
---|
public enum class STEREO_RECTIFY_TYPE |
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 | |
CALIB_ZERO_DISPARITY | 1024 | Makes the principal points of each camera have the same pixel coordinates in the rectified views |