Skip to content

Commit 8f0b72b

Browse files
committed
Merge pull request opencv#10861 from nglee:dev_cudaDftAlgorithmTest
2 parents 15dc6f7 + 034dc3b commit 8f0b72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cudaarithm/test/test_arithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ CUDA_TEST_P(Dft, Algorithm)
253253
int cols = randomInt(2, 100);
254254
int rows = randomInt(2, 100);
255255

256-
int flags = 0;
256+
int flags = 0 | DFT_COMPLEX_INPUT;
257257
cv::Ptr<cv::cuda::DFT> dft = cv::cuda::createDFT(cv::Size(cols, rows), flags);
258258

259259
for (int i = 0; i < 5; ++i)

0 commit comments

Comments
 (0)