Home
last modified time | relevance | path

Searched refs:L2Grad (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu123 …, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stre… in calcMagnitude() argument
131 if (L2Grad) in calcMagnitude()
148 … void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream) in calcMagnitude() argument
150 if (L2Grad) in calcMagnitude()
/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp56 …, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stre…
57 …void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream);
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp309 bool L2Grad = get<1>(params); variable
320 OCL_TEST_CYCLE() cv::Canny(img, edges, 50.0, 100.0, apertureSize, L2Grad);