pub trait CUDA_CornersDetectorConst: AlgorithmTraitConst {
    fn as_raw_CUDA_CornersDetector(&self) -> *const c_void;
}
Expand description

Base class for Corners Detector. :

Required Methods

Implementors