Sobel              85 modules/calib3d/test/test_stereomatching.cpp     Mat dxI; Sobel( img, dxI, CV_32FC1, 1, 0, 3 );
Sobel             165 modules/cudafilters/perf/perf_filters.cpp PERF_TEST_P(Sz_Type_KernelSz, Sobel, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1), Values(3, 5, 7, 9, 11, 13, 15)))
Sobel             191 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::Sobel(src, dst, -1, 1, 1, ksize);
Sobel             290 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Sobel, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Deriv_X, Deriv_Y, BorderType, UseRoi)
Sobel             322 modules/cudafilters/test/test_filters.cpp CUDA_TEST_P(Sobel, Accuracy)
Sobel             335 modules/cudafilters/test/test_filters.cpp     cv::Sobel(src, dst_gold, -1, dx, dy, ksize.width, 1.0, 0.0, borderType);
Sobel             340 modules/cudafilters/test/test_filters.cpp INSTANTIATE_TEST_CASE_P(CUDA_Filters, Sobel, testing::Combine(
Sobel             246 modules/cudaimgproc/perf/perf_hough.cpp     cv::Sobel(image, dx, CV_32F, 1, 0);
Sobel             247 modules/cudaimgproc/perf/perf_hough.cpp     cv::Sobel(image, dy, CV_32F, 0, 1);
Sobel             315 modules/cudaimgproc/perf/perf_hough.cpp     cv::Sobel(image, dx, CV_32F, 1, 0);
Sobel             316 modules/cudaimgproc/perf/perf_hough.cpp     cv::Sobel(image, dy, CV_32F, 0, 1);
Sobel            1367 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void Sobel( InputArray src, OutputArray dst, int ddepth,
Sobel            1708 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.Sobel(gray255, dst, CvType.CV_8U, 1, 0);
Sobel            1714 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.Sobel(gray255, dst, CvType.CV_8U, 1, 0, 3, 2, 0.001);
Sobel            1728 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.Sobel(src, dst, CvType.CV_32F, 1, 0, 3, 2, 0, Core.BORDER_REPLICATE);
Sobel             200 modules/imgproc/perf/opencl/perf_filters.cpp OCL_PERF_TEST_P(SobelFixture, Sobel,
Sobel             212 modules/imgproc/perf/opencl/perf_filters.cpp     OCL_TEST_CYCLE() cv::Sobel(src, dst, -1, dx, dy);
Sobel              52 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 3, 1, 0, border);
Sobel              80 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 3, 1, 0, border);
Sobel             105 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 5, 1, 0, border);
Sobel             133 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 5, 1, 0, border);
Sobel             213 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, -1, 1, 0, border);
Sobel             241 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, -1, 1, 0, border);
Sobel             172 modules/imgproc/src/canny.cpp         Sobel(_src, dx, CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
Sobel             173 modules/imgproc/src/canny.cpp         Sobel(_src, dy, CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
Sobel             278 modules/imgproc/src/canny.cpp             Sobel(src, tempdx.rowRange(1, tempdx.rows - 1), CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
Sobel             279 modules/imgproc/src/canny.cpp             Sobel(src, tempdy.rowRange(1, tempdy.rows - 1), CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
Sobel             292 modules/imgproc/src/canny.cpp             Sobel(src.rowRange(boundaries.start, boundaries.end + 1 + ksize2), tempdx.rowRange(1, tempdx.rows),
Sobel             294 modules/imgproc/src/canny.cpp             Sobel(src.rowRange(boundaries.start, boundaries.end + 1 + ksize2), tempdy.rowRange(1, tempdy.rows),
Sobel             308 modules/imgproc/src/canny.cpp             Sobel(src.rowRange(boundaries.start - 1 - ksize2, boundaries.end), tempdx.rowRange(0, tempdx.rows - 1),
Sobel             310 modules/imgproc/src/canny.cpp             Sobel(src.rowRange(boundaries.start - 1 - ksize2, boundaries.end), tempdy.rowRange(0, tempdy.rows - 1),
Sobel             321 modules/imgproc/src/canny.cpp             Sobel(src.rowRange(boundaries.start - 1 - ksize2, boundaries.end + 1 + ksize2), tempdx,
Sobel             323 modules/imgproc/src/canny.cpp             Sobel(src.rowRange(boundaries.start - 1 - ksize2, boundaries.end + 1 + ksize2), tempdy,
Sobel             694 modules/imgproc/src/canny.cpp     Sobel(src, dx, CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
Sobel             695 modules/imgproc/src/canny.cpp     Sobel(src, dy, CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
Sobel             292 modules/imgproc/src/corner.cpp         Sobel( src, Dx, CV_32F, 1, 0, aperture_size, scale, 0, borderType );
Sobel             293 modules/imgproc/src/corner.cpp         Sobel( src, Dy, CV_32F, 0, 1, aperture_size, scale, 0, borderType );
Sobel             424 modules/imgproc/src/corner.cpp             Sobel(_src, Dx, CV_32F, 1, 0, aperture_size, scale, 0, borderType);
Sobel             425 modules/imgproc/src/corner.cpp             Sobel(_src, Dy, CV_32F, 0, 1, aperture_size, scale, 0, borderType);
Sobel             498 modules/imgproc/src/corner.cpp     Sobel( _src, D2x, CV_32F, 2, 0, ksize, 1, 0, borderType );
Sobel             499 modules/imgproc/src/corner.cpp     Sobel( _src, D2y, CV_32F, 0, 2, ksize, 1, 0, borderType );
Sobel             500 modules/imgproc/src/corner.cpp     Sobel( _src, Dxy, CV_32F, 1, 1, ksize, 1, 0, borderType );
Sobel             683 modules/imgproc/src/corner.cpp     Sobel( src, Dx, CV_32F, 1, 0, ksize, 1, 0, borderType );
Sobel             684 modules/imgproc/src/corner.cpp     Sobel( src, Dy, CV_32F, 0, 1, ksize, 1, 0, borderType );
Sobel             685 modules/imgproc/src/corner.cpp     Sobel( src, D2x, CV_32F, 2, 0, ksize, 1, 0, borderType );
Sobel             686 modules/imgproc/src/corner.cpp     Sobel( src, D2y, CV_32F, 0, 2, ksize, 1, 0, borderType );
Sobel             687 modules/imgproc/src/corner.cpp     Sobel( src, Dxy, CV_32F, 1, 1, ksize, 1, 0, borderType );
Sobel             951 modules/imgproc/src/deriv.cpp     cv::Sobel( src, dst, dst.depth(), dx, dy, aperture_size, 1, 0, cv::BORDER_REPLICATE );
Sobel             118 modules/imgproc/src/generalized_hough.cpp         Sobel(src, dx, CV_32F, 1, 0);
Sobel             119 modules/imgproc/src/generalized_hough.cpp         Sobel(src, dy, CV_32F, 0, 1);
Sobel             183 modules/imgproc/test/ocl/test_filters.cpp         OCL_OFF(cv::Sobel(src_roi, dst_roi, -1, dx, dy, ksize, scale, /* delta */0, borderType));
Sobel             184 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::Sobel(usrc_roi, udst_roi, -1, dx, dy, ksize, scale, /* delta */0, borderType));
Sobel            1853 modules/imgproc/test/test_filter.cpp                 Sobel(src, dst, ddepth, 2, 0, 5);
Sobel             151 modules/photo/src/npr.hpp     Sobel(planes[0], magXR, CV_32FC1, 1, 0, 3);
Sobel             152 modules/photo/src/npr.hpp     Sobel(planes[0], magYR, CV_32FC1, 0, 1, 3);
Sobel             154 modules/photo/src/npr.hpp     Sobel(planes[1], magXG, CV_32FC1, 1, 0, 3);
Sobel             155 modules/photo/src/npr.hpp     Sobel(planes[1], magYG, CV_32FC1, 0, 1, 3);
Sobel             157 modules/photo/src/npr.hpp     Sobel(planes[2], magXB, CV_32FC1, 1, 0, 3);
Sobel             158 modules/photo/src/npr.hpp     Sobel(planes[2], magYB, CV_32FC1, 0, 1, 3);
Sobel             539 modules/stitching/src/seam_finders.cpp     Sobel(gray, gradx1_, CV_32F, 1, 0);
Sobel             540 modules/stitching/src/seam_finders.cpp     Sobel(gray, grady1_, CV_32F, 0, 1);
Sobel             547 modules/stitching/src/seam_finders.cpp     Sobel(gray, gradx2_, CV_32F, 1, 0);
Sobel             548 modules/stitching/src/seam_finders.cpp     Sobel(gray, grady2_, CV_32F, 0, 1);
Sobel            1095 modules/stitching/src/seam_finders.cpp         Sobel(src[i], dx, CV_32F, 1, 0);
Sobel            1096 modules/stitching/src/seam_finders.cpp         Sobel(src[i], dy, CV_32F, 0, 1);
Sobel            1340 modules/stitching/src/seam_finders.cpp         Sobel(src[i], dx, CV_32F, 1, 0);
Sobel            1341 modules/stitching/src/seam_finders.cpp         Sobel(src[i], dy, CV_32F, 0, 1);
Sobel              56 modules/videostab/src/deblurring.cpp     Sobel(frame, Gx, CV_32F, 1, 0);
Sobel              57 modules/videostab/src/deblurring.cpp     Sobel(frame, Gy, CV_32F, 0, 1);
Sobel             272 samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java             Imgproc.Sobel(grayInnerWindow, mIntermediateMat, CvType.CV_8U, 1, 1);
Sobel              48 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   Sobel( src_gray, grad_x, ddepth, 1, 0, 3, scale, delta, BORDER_DEFAULT );
Sobel              53 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   Sobel( src_gray, grad_y, ddepth, 0, 1, 3, scale, delta, BORDER_DEFAULT );
Sobel            1337 samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp     case Sobel:
Sobel            1341 samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp             cv::Sobel(InputGreyScale, OutputGreyScale, CV_8U, 1, 1);