[][src]Function opencv::photo::create_calibrate_robertson

pub fn create_calibrate_robertson(
    max_iter: i32,
    threshold: f32
) -> Result<PtrOfCalibrateRobertson>

Creates CalibrateRobertson object

Parameters

  • max_iter: maximal number of Gauss-Seidel solver iterations.
  • threshold: target difference between results of two successive steps of the minimization.

C++ default parameters

  • max_iter: 30
  • threshold: 0.01f