[][src]Function opencv::photo::create_calibrate_debevec

pub fn create_calibrate_debevec(
    samples: i32,
    lambda: f32,
    random: bool
) -> Result<PtrOfCalibrateDebevec>

Creates CalibrateDebevec object

Parameters

  • samples: number of pixel locations to use
  • lambda: smoothness term weight. Greater values produce smoother results, but can alter the response.
  • random: if true sample pixel locations are chosen at random, otherwise they form a rectangular grid.

C++ default parameters

  • samples: 70
  • lambda: 10.0f
  • random: false