Class PinholeCameraCalibrationFlags
Manages the flags of the pinhole camera process.
Inheritance
PinholeCameraCalibrationFlags
Assembly: Assembly-CSharp.dll
Syntax
public class PinholeCameraCalibrationFlags : CalibrationFlagsGeneric<Cv.Calib>
Properties
|
Improve this Doc
View Source
FixAspectRatio
Declaration
public bool FixAspectRatio { get; set; }
Property Value
|
Improve this Doc
View Source
FixAspectRatioValue
Declaration
public float FixAspectRatioValue { get; set; }
Property Value
|
Improve this Doc
View Source
FixFocalLength
Declaration
public bool FixFocalLength { get; set; }
Property Value
|
Improve this Doc
View Source
FixIntrinsic
Declaration
public bool FixIntrinsic { get; set; }
Property Value
|
Improve this Doc
View Source
FixKLength
Declaration
protected override int FixKLength { get; }
Property Value
Overrides
|
Improve this Doc
View Source
FixPrincipalPoint
Gets or sets if the principal point (cx, cy) is not changed during the calibration.
Declaration
public bool FixPrincipalPoint { get; set; }
Property Value
|
Improve this Doc
View Source
FixS1_S2_S3_S4
Declaration
public bool FixS1_S2_S3_S4 { get; set; }
Property Value
|
Improve this Doc
View Source
FixTauxTauy
Declaration
public bool FixTauxTauy { get; set; }
Property Value
|
Improve this Doc
View Source
RationalModel
Declaration
public bool RationalModel { get; set; }
Property Value
|
Improve this Doc
View Source
SameFocalLength
Declaration
public bool SameFocalLength { get; set; }
Property Value
|
Improve this Doc
View Source
ThinPrismModel
Declaration
public bool ThinPrismModel { get; set; }
Property Value
|
Improve this Doc
View Source
TiltedModel
Declaration
public bool TiltedModel { get; set; }
Property Value
|
Improve this Doc
View Source
ZeroTangentialDistorsion
Declaration
public bool ZeroTangentialDistorsion { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
UpdateCalibrationFlags()
Declaration
protected override void UpdateCalibrationFlags()
Overrides
|
Improve this Doc
View Source
UpdateCalibrationOptions()
Declaration
protected override void UpdateCalibrationOptions()
Overrides