Trait GeneralizedHoughBallardTraitConst

Source
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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§