Change ocl::Canny test case category

pull/805/head
peng xiao 12 years ago
parent e27f4da9c6
commit 22ca7e44d6
  1. 2
      modules/ocl/test/test_canny.cpp

@ -102,7 +102,7 @@ TEST_P(Canny, Accuracy)
EXPECT_MAT_SIMILAR(edges_gold, edges, 1e-2);
}
INSTANTIATE_TEST_CASE_P(GPU_ImgProc, Canny, testing::Combine(
INSTANTIATE_TEST_CASE_P(OCL_ImgProc, Canny, testing::Combine(
testing::Values(AppertureSize(3), AppertureSize(5)),
testing::Values(L2gradient(false), L2gradient(true))));
#endif
Loading…
Cancel
Save