pub trait Detail_BundleAdjusterBaseTraitConst: Detail_EstimatorTraitConst {
// Required method
fn as_raw_Detail_BundleAdjusterBase(&self) -> *const c_void;
// Provided methods
fn refinement_mask(&self) -> Result<Mat> { ... }
fn conf_thresh(&self) -> Result<f64> { ... }
}
Expand description
Constant methods for crate::stitching::Detail_BundleAdjusterBase