Click or drag to resize

CalibTypeUseIntrinsicGuess Field

http://www.emgu.com
intrinsic_matrix contains valid initial values of fx, fy, cx, cy that are optimized further. Otherwise, (cx, cy) is initially set to the image center (image_size is used here), and focal distances are computed in some least-squares fashion

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

Field Value

Type: CalibType
See Also