Trait opencv::calib3d::LMSolverTrait
source · pub trait LMSolverTrait: AlgorithmTrait + LMSolverTraitConst {
// Required method
fn as_raw_mut_LMSolver(&mut self) -> *mut c_void;
// Provided method
fn set_max_iters(&mut self, max_iters: i32) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::calib3d::LMSolver
Required Methods§
fn as_raw_mut_LMSolver(&mut self) -> *mut c_void
Provided Methods§
sourcefn set_max_iters(&mut self, max_iters: i32) -> Result<()>
fn set_max_iters(&mut self, max_iters: i32) -> Result<()>
Object Safety§
This trait is not object safe.