Trait opencv::hub_prelude::FastFeatureDetectorConst  
source · [−]pub trait FastFeatureDetectorConst: Feature2DTraitConst {
    fn as_raw_FastFeatureDetector(&self) -> *const c_void;
    fn get_threshold(&self) -> Result<i32> { ... }
    fn get_nonmax_suppression(&self) -> Result<bool> { ... }
    fn get_type(&self) -> Result<FastFeatureDetector_DetectorType> { ... }
    fn get_default_name(&self) -> Result<String> { ... }
}Expand description
Wrapping class for feature detection using the FAST method. :
Required Methods
source
fn as_raw_FastFeatureDetector(&self) -> *const c_void
Provided Methods
source
fn get_threshold(&self) -> Result<i32>
source
fn get_nonmax_suppression(&self) -> Result<bool>
source
fn get_type(&self) -> Result<FastFeatureDetector_DetectorType>
source