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

pub trait StarDetectorTrait: Feature2DTrait {
    pub fn as_raw_StarDetector(&self) -> *const c_void;
pub 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

impl StarDetectorTrait for StarDetector[src]

impl StarDetectorTrait for PtrOfStarDetector[src]

Loading content...