[][src]Trait opencv::xfeatures2d::HarrisLaplaceFeatureDetectorTrait

pub trait HarrisLaplaceFeatureDetectorTrait: Feature2DTrait {
    pub fn as_raw_HarrisLaplaceFeatureDetector(&self) -> *const c_void;
pub fn as_raw_mut_HarrisLaplaceFeatureDetector(&mut self) -> *mut c_void; }

Class implementing the Harris-Laplace feature detector as described in Mikolajczyk2004.

Required methods

Loading content...

Implementors

Loading content...