1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

test: fix cuda build

This commit is contained in:
Alexander Alekhin
2016-11-28 23:56:58 +03:00
parent 2c03c8d71f
commit 4a7d441b37
10 changed files with 41 additions and 1 deletions
+5 -1
View File
@@ -46,6 +46,8 @@
using namespace cvtest;
namespace {
//////////////////////////////////////////////////////
// BroxOpticalFlow
@@ -401,4 +403,6 @@ INSTANTIATE_TEST_CASE_P(CUDA_OptFlow, OpticalFlowDual_TVL1, testing::Combine(
ALL_DEVICES,
testing::Values(Gamma(0.0), Gamma(1.0))));
#endif // HAVE_CUDA
} // namespace
#endif // HAVE_CUDA