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

Base class for Template Matching. :

Required Methods

Implementors