Trait opencv::prelude::HarrisLaplaceFeatureDetectorTraitConst[][src]

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

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

Required methods

Implementors