Commit fc8c65ff authored by marina.kolpakova's avatar marina.kolpakova

HAVE_CUDA macro

parent 8e274c88
...@@ -43,6 +43,8 @@ ...@@ -43,6 +43,8 @@
#include <string> #include <string>
#include <iostream> #include <iostream>
#ifdef HAVE_CUDA
namespace { namespace {
struct GreedyLabeling struct GreedyLabeling
...@@ -198,4 +200,6 @@ TEST_P(Labeling, ConnectedComponents) ...@@ -198,4 +200,6 @@ TEST_P(Labeling, ConnectedComponents)
// cv::waitKey(0); // cv::waitKey(0);
} }
INSTANTIATE_TEST_CASE_P(ConnectedComponents, Labeling, ALL_DEVICES); INSTANTIATE_TEST_CASE_P(ConnectedComponents, Labeling, ALL_DEVICES);
\ No newline at end of file
#endif
\ No newline at end of file
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