EObjectBasedCalibrationGenerator::GetNumCalibrationPasses

EObjectBasedCalibrationGenerator::SetNumCalibrationPasses

Sets/Gets the number of calibration passes.
Each passes will refine the calibration model but the computation will be longer.
The number of passes is 1 by default.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

int GetNumCalibrationPasses() const

void SetNumCalibrationPasses(int numPasses)

EObjectBasedCalibrationGenerator.NumCalibrationPasses

Sets/Gets the number of calibration passes.
Each passes will refine the calibration model but the computation will be longer.
The number of passes is 1 by default.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

int NumCalibrationPasses

{ get; set; }