createCannyEdgeDetector 50 modules/cudaimgproc/src/canny.cpp Ptr<CannyEdgeDetector> cv::cuda::createCannyEdgeDetector(double, double, int, bool) { throw_no_cuda(); return Ptr<CannyEdgeDetector>(); } createCannyEdgeDetector 231 modules/cudaimgproc/src/canny.cpp Ptr<CannyEdgeDetector> cv::cuda::createCannyEdgeDetector(double low_thresh, double high_thresh, int apperture_size, bool L2gradient)