Trait opencv::cudafeatures2d::CUDA_FastFeatureDetectorConst[][src]

pub trait CUDA_FastFeatureDetectorConst: CUDA_Feature2DAsyncConst {
    fn as_raw_CUDA_FastFeatureDetector(&self) -> *const c_void;

    fn get_max_num_points(&self) -> Result<i32> { ... }
}
Expand description

Wrapping class for feature detection using the FAST method.

Required methods

Provided methods

Implementors