Searched refs:useL2 (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/perf/ |
H A D | perf_canny.cpp | 23 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 D | perf_bufferpool.cpp | 92 bool useL2 = false; local 102 Canny(src, dst, thresh_low, thresh_high, aperture, useL2);
|
Completed in 228 milliseconds