Commit 8f0b72be authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10861 from nglee:dev_cudaDftAlgorithmTest

parents 15dc6f70 034dc3b0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment