Searched refs:CannyEdgeDetector (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | canny.cpp | 50 Ptr<CannyEdgeDetector> cv::cuda::createCannyEdgeDetector(double, double, int, bool) { throw_no_cuda… in createCannyEdgeDetector() 70 class CannyImpl : public CannyEdgeDetector 231 Ptr<CannyEdgeDetector> cv::cuda::createCannyEdgeDetector(double low_thresh, double high_thresh, int… in createCannyEdgeDetector()
|
D | hough_circles.cpp | 141 Ptr<cuda::CannyEdgeDetector> canny_;
|
D | generalized_hough.cpp | 151 Ptr<cuda::CannyEdgeDetector> canny_;
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_canny.cpp | 74 …cv::Ptr<cv::cuda::CannyEdgeDetector> canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_th…
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_canny.cpp | 84 …cv::Ptr<cv::cuda::CannyEdgeDetector> canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_th… in CUDA_TEST_P()
|
/external/opencv3/modules/cudaimgproc/include/opencv2/ |
D | cudaimgproc.hpp | 279 class CV_EXPORTS CannyEdgeDetector : public Algorithm class 320 CV_EXPORTS Ptr<CannyEdgeDetector> createCannyEdgeDetector(double low_thresh, double high_thresh, in…
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 1079 Ptr<cuda::CannyEdgeDetector> canny = cuda::createCannyEdgeDetector(50.0, 100.0); in TEST()
|