CalibTypeFixAspectRatio Field |
http://www.emgu.com
The optimization procedure consider only one of fx and fy as independent variable and keeps the aspect ratio fx/fy the same as it was set initially in intrinsic_matrix. In this case the actual initial values of (fx, fy) are either taken from the matrix (when CV_CALIB_USE_INTRINSIC_GUESS is set) or estimated somehow (in the latter case fx, fy may be set to arbitrary values, only their ratio is used)
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const CalibType FixAspectRatio = 2
Public Const FixAspectRatio As CalibType = 2
public:
literal CalibType^ FixAspectRatio = 2
static val mutable FixAspectRatio: CalibType
Field Value
Type:
CalibType
See Also