Searched refs:useL2 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/perf/
H A Dperf_canny.cpp23 bool useL2 = get<2>(GetParam()); local
34 TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2);
/external/opencv3/modules/core/perf/opencl/
H A Dperf_bufferpool.cpp92 bool useL2 = false; local
102 Canny(src, dst, thresh_low, thresh_high, aperture, useL2);

Completed in 3654 milliseconds