Searched refs:dftSize (Results 1 – 1 of 1) sorted by relevance
323 cv::Size dftSize; in convolveDFT() local326 dftSize.width = cv::getOptimalDFTSize(A.cols + B.cols - 1); in convolveDFT()327 dftSize.height = cv::getOptimalDFTSize(A.rows + B.rows - 1); in convolveDFT()330 cv::Mat tempA(dftSize, A.type(), cv::Scalar::all(0)); in convolveDFT()331 cv::Mat tempB(dftSize, B.type(), cv::Scalar::all(0)); in convolveDFT()