pub trait EstimateParametersTraitConst {
    // Required method
    fn as_raw_EstimateParameters(&self) -> *const c_void;

    // Provided methods
    fn pattern(&self) -> PatternPositionType { ... }
    fn use_extrinsic_guess(&self) -> bool { ... }
    fn solve_pnp_method(&self) -> i32 { ... }
}
Expand description

Constant methods for crate::aruco::EstimateParameters

Required Methods§

Provided Methods§

Implementors§