pub trait Detail_ChannelsCompensatorTraitConst: Detail_ExposureCompensatorTraitConst {
// Required method
fn as_raw_Detail_ChannelsCompensator(&self) -> *const c_void;
// Provided methods
fn get_similarity_threshold(&self) -> Result<f64> { ... }
fn gains(&self) -> Result<Vector<Scalar>> { ... }
}Expand description
Constant methods for crate::stitching::Detail_ChannelsCompensator