HAVE_CUDA macro
This commit is contained in:
parent
8e274c886c
commit
fc8c65ff15
@ -43,6 +43,8 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef HAVE_CUDA
|
||||
|
||||
namespace {
|
||||
|
||||
struct GreedyLabeling
|
||||
@ -198,4 +200,6 @@ TEST_P(Labeling, ConnectedComponents)
|
||||
// cv::waitKey(0);
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(ConnectedComponents, Labeling, ALL_DEVICES);
|
||||
INSTANTIATE_TEST_CASE_P(ConnectedComponents, Labeling, ALL_DEVICES);
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user