Trait opencv::prelude::AgastFeatureDetectorConst[][src]

pub trait AgastFeatureDetectorConst: Feature2DTraitConst {
    fn as_raw_AgastFeatureDetector(&self) -> *const c_void;

    fn get_threshold(&self) -> Result<i32> { ... }
fn get_nonmax_suppression(&self) -> Result<bool> { ... }
fn get_type(&self) -> Result<AgastFeatureDetector_DetectorType> { ... }
fn get_default_name(&self) -> Result<String> { ... } }
Expand description

Wrapping class for feature detection using the AGAST method. :

Required methods

Provided methods

Implementors