pub trait CUDA_Feature2DAsyncConst: Feature2DTraitConst {
    fn as_raw_CUDA_Feature2DAsync(&self) -> *const c_void;
}
Expand description

Abstract base class for CUDA asynchronous 2D image feature detectors and descriptor extractors.

Required Methods

Implementors