Trait opencv::prelude::CUDA_FastFeatureDetectorTrait

source ·
pub trait CUDA_FastFeatureDetectorTrait: CUDA_FastFeatureDetectorTraitConst + CUDA_Feature2DAsyncTrait {
    // Required method
    fn as_raw_mut_CUDA_FastFeatureDetector(&mut self) -> *mut c_void;

    // Provided methods
    fn set_threshold(&mut self, threshold: i32) -> Result<()> { ... }
    fn set_max_num_points(&mut self, max_npoints: i32) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn set_threshold(&mut self, threshold: i32) -> Result<()>

source

fn set_max_num_points(&mut self, max_npoints: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§