Home
last modified time | relevance | path

Searched defs:canny (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu54 namespace canny namespace
90 namespace canny namespace
165 namespace canny namespace
238 namespace canny namespace
353 namespace canny namespace
484 namespace canny namespace
506 namespace canny namespace
/external/opencv3/modules/cudaimgproc/perf/
Dperf_canny.cpp74 …cv::Ptr<cv::cuda::CannyEdgeDetector> canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_th… variable
/external/opencv3/modules/cudaimgproc/test/
Dtest_canny.cpp84 …cv::Ptr<cv::cuda::CannyEdgeDetector> canny = cv::cuda::createCannyEdgeDetector(low_thresh, high_th… in CUDA_TEST_P() local
/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp54 namespace canny namespace
/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.cpp470 const struct ProgramEntry canny={"canny", variable
/external/opencv/cvaux/src/
Dcvsegment.cpp484 CvMat* canny = 0; in cvSegmentImage() local
/external/opencv3/samples/gpu/performance/
Dtests.cpp1079 Ptr<cuda::CannyEdgeDetector> canny = cuda::createCannyEdgeDetector(50.0, 100.0); in TEST() local