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

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

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

Required methods

Loading content...

Implementors

impl StarDetectorTrait for PtrOfStarDetector[src]

impl StarDetectorTrait for StarDetector[src]

Loading content...