Searched defs:canny (Results 1 – 7 of 7) sorted by relevance
54 namespace canny namespace90 namespace canny namespace165 namespace canny namespace238 namespace canny namespace353 namespace canny namespace484 namespace canny namespace506 namespace canny namespace
74 …cv::Ptr<cv::cuda::CannyEdgeDetector> canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_th… variable
84 …cv::Ptr<cv::cuda::CannyEdgeDetector> canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_th… in CUDA_TEST_P() local
54 namespace canny namespace
470 const struct ProgramEntry canny={"canny", variable
484 CvMat* canny = 0; in cvSegmentImage() local
1079 Ptr<cuda::CannyEdgeDetector> canny = cuda::createCannyEdgeDetector(50.0, 100.0); in TEST() local