sobel 181 modules/cudafilters/perf/perf_filters.cpp cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(d_src.type(), -1, 1, 1, ksize); sobel 183 modules/cudafilters/perf/perf_filters.cpp TEST_CYCLE() sobel->apply(d_src, dst); sobel 329 modules/cudafilters/test/test_filters.cpp cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(src.type(), -1, dx, dy, ksize.width, 1.0, borderType); sobel 332 modules/cudafilters/test/test_filters.cpp sobel->apply(loadMat(src, useRoi), dst); sobel 152 modules/imgproc/src/opencl/canny.cl mag[i] = (sobel(i, smem)).z; sobel 153 modules/imgproc/src/opencl/canny.cl mag[i + grp_sizey * (GRP_SIZEX + 2)] = (sobel(i + grp_sizey * (GRP_SIZEX + 4), smem)).z; sobel 158 modules/imgproc/src/opencl/canny.cl mag[i * (GRP_SIZEX + 2)] = (sobel(i * (GRP_SIZEX + 4), smem)).z; sobel 159 modules/imgproc/src/opencl/canny.cl mag[i * (GRP_SIZEX + 2) + grp_sizex] = (sobel(i * (GRP_SIZEX + 4) + grp_sizex, smem)).z; sobel 165 modules/imgproc/src/opencl/canny.cl float3 res = sobel(idx, smem);