pub trait Detail_BlocksCompensatorTraitConst: Detail_ExposureCompensatorTraitConst {
// Required method
fn as_raw_Detail_BlocksCompensator(&self) -> *const c_void;
// Provided methods
fn get_similarity_threshold(&self) -> Result<f64> { ... }
fn get_block_size(&self) -> Result<Size> { ... }
fn get_nr_gains_filtering_iterations(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::stitching::Detail_BlocksCompensator