opencv::cudafeatures2d

Trait CUDA_FastFeatureDetectorTraitConst

Source
pub trait CUDA_FastFeatureDetectorTraitConst: CUDA_Feature2DAsyncTraitConst {
    // 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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§