Merge pull request #10861 from nglee:dev_cudaDftAlgorithmTest

This commit is contained in:
Vadim Pisarevsky 2018-02-14 10:50:05 +00:00
commit 8f0b72be9e

View File

@ -253,7 +253,7 @@ CUDA_TEST_P(Dft, Algorithm)
int cols = randomInt(2, 100);
int rows = randomInt(2, 100);
int flags = 0;
int flags = 0 | DFT_COMPLEX_INPUT;
cv::Ptr<cv::cuda::DFT> dft = cv::cuda::createDFT(cv::Size(cols, rows), flags);
for (int i = 0; i < 5; ++i)