ported cv::Canny to T-API
This commit is contained in:
@@ -234,7 +234,10 @@ OCL_PERF_TEST_P(CannyFixture, Canny, ::testing::Combine(OCL_PERF_ENUM(3, 5), Boo
|
||||
|
||||
OCL_TEST_CYCLE() cv::Canny(img, edges, 50.0, 100.0, apertureSize, L2Grad);
|
||||
|
||||
SANITY_CHECK(edges);
|
||||
if (apertureSize == 3)
|
||||
SANITY_CHECK(edges);
|
||||
else
|
||||
SANITY_CHECK_NOTHING();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user