Click or drag to resize
StereoRectifyType Enumeration
http://www.emgu.com
Type used in cvStereoRectify

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public enum StereoRectifyType
Members
  Member nameValueDescription
Default0 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
CalibZeroDisparity1024 Makes the principal points of each camera have the same pixel coordinates in the rectified views
See Also