mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Change ocl::Canny test case category
This commit is contained in:
parent
e27f4da9c6
commit
22ca7e44d6
@ -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…
Reference in New Issue
Block a user