Merge pull request #10861 from nglee:dev_cudaDftAlgorithmTest

pull/10895/head
Vadim Pisarevsky 7 years ago
commit 8f0b72be9e
  1. 2
      modules/cudaarithm/test/test_arithm.cpp

@ -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)

Loading…
Cancel
Save