pub trait GeneralizedHoughBallardTraitConst: GeneralizedHoughTraitConst {
    // Required method
    fn as_raw_GeneralizedHoughBallard(&self) -> *const c_void;

    // Provided methods
    fn get_levels(&self) -> Result<i32> { ... }
    fn get_votes_threshold(&self) -> Result<i32> { ... }
}
Expand description

Required Methods§

Provided Methods§

Implementors§