Trait opencv::prelude::StarDetectorTraitConst[][src]

pub trait StarDetectorTraitConst: Feature2DTraitConst {
    fn as_raw_StarDetector(&self) -> *const c_void;
}
Expand description

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

Required methods

Implementors