Home
last modified time | relevance | path

Searched defs:L2Grad (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu123 …ole, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t s… in calcMagnitude()
148 … void calcMagnitude(PtrStepSzi dx, PtrStepSzi dy, PtrStepSzf mag, bool L2Grad, cudaStream_t stream) in calcMagnitude()
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp309 bool L2Grad = get<1>(params); variable