Searched refs:L2Grad (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | canny.cu | 123 …, 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/ |
D | canny.cpp | 56 …, 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/ |
D | perf_imgproc.cpp | 309 bool L2Grad = get<1>(params); variable 320 OCL_TEST_CYCLE() cv::Canny(img, edges, 50.0, 100.0, apertureSize, L2Grad);
|