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