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

Base class for DFT operator as a cv::Algorithm. :

Required Methods

Implementors