Canny 102 modules/core/perf/opencl/perf_bufferpool.cpp Canny(src, dst, thresh_low, thresh_high, aperture, useL2); Canny 54 modules/cudaimgproc/perf/perf_canny.cpp PERF_TEST_P(Image_AppertureSz_L2gradient, Canny, Canny 84 modules/cudaimgproc/perf/perf_canny.cpp TEST_CYCLE() cv::Canny(image, dst, low_thresh, high_thresh, apperture_size, useL2gradient); Canny 149 modules/cudaimgproc/perf/perf_hough.cpp cv::Canny(image, mask, 50, 100); Canny 243 modules/cudaimgproc/perf/perf_hough.cpp cv::Canny(image, edges, 50, 100); Canny 312 modules/cudaimgproc/perf/perf_hough.cpp cv::Canny(image, edges, 50, 100); Canny 58 modules/cudaimgproc/test/test_canny.cpp PARAM_TEST_CASE(Canny, cv::cuda::DeviceInfo, AppertureSize, L2gradient, UseRoi) Canny 76 modules/cudaimgproc/test/test_canny.cpp CUDA_TEST_P(Canny, Accuracy) Canny 90 modules/cudaimgproc/test/test_canny.cpp cv::Canny(img, edges_gold, low_thresh, high_thresh, apperture_size, useL2gradient); Canny 95 modules/cudaimgproc/test/test_canny.cpp INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, Canny, testing::Combine( Canny 1455 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void Canny( InputArray image, OutputArray edges, Canny 343 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.Canny(gray255, dst, 5, 10); Canny 349 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.Canny(gray0, dst, 5, 10, 5, true); Canny 77 modules/imgproc/perf/opencl/perf_houghLines.cpp Canny(image, image, 50, 200, 3); Canny 305 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_PERF_TEST_P(CannyFixture, Canny, ::testing::Combine(OCL_PERF_ENUM(3, 5), Bool())) Canny 320 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::Canny(img, edges, 50.0, 100.0, apertureSize, L2Grad); Canny 34 modules/imgproc/perf/perf_canny.cpp TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2); Canny 32 modules/imgproc/perf/perf_houghLines.cpp Canny(image, image, 0, 0); Canny 969 modules/imgproc/src/canny.cpp cv::Canny(src, dst, threshold1, threshold2, aperture_size & 255, Canny 117 modules/imgproc/src/generalized_hough.cpp Canny(src, edges, cannyLowThresh_, cannyHighThresh_); Canny 61 modules/imgproc/test/ocl/test_canny.cpp PARAM_TEST_CASE(Canny, Channels, AppertureSize, L2gradient, UseRoi) Canny 97 modules/imgproc/test/ocl/test_canny.cpp OCL_TEST_P(Canny, Accuracy) Canny 108 modules/imgproc/test/ocl/test_canny.cpp OCL_OFF(cv::Canny(src_roi, dst_roi, low_thresh, high_thresh, apperture_size, useL2gradient)); Canny 109 modules/imgproc/test/ocl/test_canny.cpp OCL_ON(cv::Canny(usrc_roi, udst_roi, low_thresh, high_thresh, apperture_size, useL2gradient)); Canny 115 modules/imgproc/test/ocl/test_canny.cpp OCL_INSTANTIATE_TEST_CASE_P(ImgProc, Canny, testing::Combine( Canny 61 modules/imgproc/test/ocl/test_houghlines.cpp Canny(img, src, 100, 150, 3); Canny 130 modules/imgproc/test/ocl/test_houghlines.cpp Canny(img, src, 50, 200, 3); Canny 132 modules/imgproc/test/test_canny.cpp cv::Canny(cv::cvarrToMat(test_array[INPUT][0]), _out, threshold1, threshold2, Canny 156 modules/imgproc/test/test_houghLines.cpp Canny(src, dst, 100, 150, 3); Canny 457 modules/photo/src/seamless_cloning_impl.cpp Canny(mask,out,low_threshold,high_threshold,kernel_size); Canny 263 samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java Imgproc.Canny(rgbaInnerWindow, mIntermediateMat, 80, 90); Canny 309 samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java Imgproc.Canny(rgbaInnerWindow, mIntermediateMat, 80, 90); Canny 141 samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/Tutorial2Activity.java Imgproc.Canny(inputFrame.gray(), mIntermediateMat, 80, 100); Canny 136 samples/cpp/autofocus.cpp Canny(edges, edges, 0, 30, 3); Canny 20 samples/cpp/edge.cpp Canny(edge, edge, edgeThresh, edgeThresh*3, 3); Canny 30 samples/cpp/houghlines.cpp Canny(src, dst, 50, 200, 3); Canny 29 samples/cpp/lsd_lines.cpp Canny(image, image, 50, 200, 3); // Apply canny edge Canny 74 samples/cpp/squares.cpp Canny(gray0, gray, 0, thresh, 5); Canny 37 samples/cpp/tutorial_code/ImgTrans/CannyDetector_Demo.cpp Canny( detected_edges, detected_edges, lowThreshold, lowThreshold*ratio, kernel_size ); Canny 53 samples/cpp/tutorial_code/ImgTrans/HoughLines_Demo.cpp Canny( src_gray, edges, 50, 200, 3 ); Canny 64 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp Canny( src_gray, canny_output, thresh, thresh*2, 3 ); Canny 59 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp Canny( src_gray, canny_output, thresh, thresh*2, 3 ); Canny 34 samples/gpu/houghlines.cpp cv::Canny(src, mask, 100, 200, 3); Canny 1064 samples/gpu/performance/tests.cpp TEST(Canny) Canny 1073 samples/gpu/performance/tests.cpp Canny(img, edges, 50.0, 100.0); Canny 60 samples/tapi/squares.cpp Canny(gray0, gray, 0, thresh, 5); Canny 1330 samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp case Canny: Canny 1334 samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp cv::Canny(InputGreyScale, OutputGreyScale, 80, 90); Canny 196 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp cv::Canny(image, intermediateMat, 80, 90); Canny 122 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/main.cpp Canny(edges, edges, 0, 30, 3); Canny 146 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp cv::Canny(*mat, intermediateMat, 80, 90); Canny 29 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp cv::Canny(image, intermediateMat, 80, 90);