Click or drag to resize

FisheyeCalibrationFlag Enumeration

http://www.emgu.com
Fisheye calibration flag.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum CalibrationFlag
Members
  Member nameValueDescription
Default0 Default flag
UseIntrinsicGuess1 cameraMatrix contains valid initial values of fx, fy, cx, cy that are optimized further. Otherwise, (cx, cy) is initially set to the image center ( imageSize is used), and focal distances are computed in a least-squares fashion.
RecomputeExtrinsic2 Extrinsic will be recomputed after each iteration of intrinsic optimization.
CheckCond4 The functions will check validity of condition number.
FixSkew8 Skew coefficient (alpha) is set to zero and stay zero.
FixK116 Selected distortion coefficients are set to zeros and stay zero.
FixK232 Selected distortion coefficients are set to zeros and stay zero.
FixK364 Selected distortion coefficients are set to zeros and stay zero.
FixK4128 Selected distortion coefficients are set to zeros and stay zero.
FixIntrinsic256 Fix intrinsic
See Also