pub trait EstimateParametersTrait: EstimateParametersTraitConst {
    // Required method
    fn as_raw_mut_EstimateParameters(&mut self) -> *mut c_void;

    // Provided methods
    fn set_pattern(&mut self, val: PatternPositionType) { ... }
    fn set_use_extrinsic_guess(&mut self, val: bool) { ... }
    fn set_solve_pnp_method(&mut self, val: i32) { ... }
}
Expand description

Required Methods§

Provided Methods§

Implementors§