Table of Contents

Enum Fisheye.CalibrationFlag

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Fisheye calibration flag.

public enum Fisheye.CalibrationFlag

Fields

CheckCond = 4

The functions will check validity of condition number.

Default = 0

Default flag

FixIntrinsic = 256

Fix intrinsic

FixK1 = 16

Selected distortion coefficients are set to zeros and stay zero.

FixK2 = 32

Selected distortion coefficients are set to zeros and stay zero.

FixK3 = 64

Selected distortion coefficients are set to zeros and stay zero.

FixK4 = 128

Selected distortion coefficients are set to zeros and stay zero.

FixSkew = 8

Skew coefficient (alpha) is set to zero and stay zero.

RecomputeExtrinsic = 2

Extrinsic will be recomputed after each iteration of intrinsic optimization.

UseIntrinsicGuess = 1

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.