CalibTypeFixPrincipalPoint Field |
http://www.emgu.com
The principal point is not changed during the global optimization, it stays at the center and at the other location specified (when CV_CALIB_FIX_FOCAL_LENGTH - Both fx and fy are fixed.
CV_CALIB_USE_INTRINSIC_GUESS is set as well)
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const CalibType FixPrincipalPoint = 4
Public Const FixPrincipalPoint As CalibType = 4
public:
literal CalibType^ FixPrincipalPoint = 4
static val mutable FixPrincipalPoint: CalibType
Field Value
Type:
CalibType
See Also