added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not
This commit is contained in:
@@ -125,11 +125,7 @@ struct CV_GpuMeanShiftTest : public cvtest::BaseTest
|
||||
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
/////////////////// tests registration /////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
CV_GpuMeanShiftTest CV_GpuMeanShift_test;
|
||||
TEST(meanShift, accuracy) { CV_GpuMeanShiftTest test; test.safe_run(); }
|
||||
|
||||
struct CV_GpuMeanShiftProcTest : public cvtest::BaseTest
|
||||
{
|
||||
|
Reference in New Issue
Block a user