Click or drag to resize

FisheyeCalibrationFlagUseIntrinsicGuess Field

http://www.emgu.com
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.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const FisheyeCalibrationFlag UseIntrinsicGuess = 1

Field Value

Type: FisheyeCalibrationFlag
See Also