Commit 034dc3b0 authored by Namgoo Lee's avatar Namgoo Lee

Fix for CUDA_Arithm/Dft.Algorithm/0 test

parent 252e871a
......@@ -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