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

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

Required Methods§

Provided Methods§

Implementors§