Home
last modified time | relevance | path

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

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