Home
last modified time | relevance | path

Searched refs:dftSize (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaarithm/test/
Dtest_arithm.cpp323 cv::Size dftSize; in convolveDFT() local
326 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()