Class OmnidirCameraCalibrationFlags
Manages the flags of the omnidir calibration process.
Inheritance
OmnidirCameraCalibrationFlags
Assembly: Assembly-CSharp.dll
Syntax
public class OmnidirCameraCalibrationFlags : CalibrationFlagsGeneric<Cv.Omnidir.Calib>
Properties
|
Improve this Doc
View Source
FixCenter
Declaration
public bool FixCenter { get; set; }
Property Value
|
Improve this Doc
View Source
FixGamma
Declaration
public bool FixGamma { get; set; }
Property Value
|
Improve this Doc
View Source
FixKLength
Declaration
protected override int FixKLength { get; }
Property Value
Overrides
|
Improve this Doc
View Source
FixP
Declaration
public bool[] FixP { get; set; }
Property Value
|
Improve this Doc
View Source
FixPLength
Declaration
protected int FixPLength { get; }
Property Value
|
Improve this Doc
View Source
FixSkew
Declaration
public bool FixSkew { get; set; }
Property Value
|
Improve this Doc
View Source
FixXi
Declaration
public bool FixXi { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
OnValidate()
Declaration
protected override void OnValidate()
Overrides
|
Improve this Doc
View Source
UpdateCalibrationFlags()
Declaration
protected override void UpdateCalibrationFlags()
Overrides
|
Improve this Doc
View Source
UpdateCalibrationOptions()
Declaration
protected override void UpdateCalibrationOptions()
Overrides