Trait opencv::hub_prelude::GeneralizedHoughBallardConst[][src]

pub trait GeneralizedHoughBallardConst: GeneralizedHoughConst {
    fn as_raw_GeneralizedHoughBallard(&self) -> *const c_void;

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

finds arbitrary template in the grayscale image using Generalized Hough Transform

Detects position only without translation and rotation Ballard1981 .

Required methods

Provided methods

Implementors