HomeSort by relevance Sort by last modified time
    Searched full:usel2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/perf/
perf_canny.cpp 23 bool useL2 = get<2>(GetParam());
34 TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2);
  /external/opencv3/modules/core/perf/opencl/
perf_bufferpool.cpp 92 bool useL2 = false;
102 Canny(src, dst, thresh_low, thresh_high, aperture, useL2);

Completed in 77 milliseconds