pub trait DFTConst: AlgorithmTraitConst { fn as_raw_DFT(&self) -> *const c_void; }
Base class for DFT operator as a cv::Algorithm. :