[][src]Trait opencv::prelude::StarDetectorTrait

pub trait StarDetectorTrait: Feature2DTrait {
    fn as_raw_StarDetector(&self) -> *const c_void;
fn as_raw_mut_StarDetector(&mut self) -> *mut c_void; }

The class implements the keypoint detector introduced by Agrawal08, synonym of StarDetector. :

Required methods

Loading content...

Implementors

Loading content...