Home
last modified time | relevance | path

Searched defs:cannyThreshold (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DHoughCircle_Demo.cpp29 …void HoughDetection(const Mat& src_gray, const Mat& src_display, int cannyThreshold, int accumulat… in HoughDetection()
82 int cannyThreshold = cannyThresholdInitialValue; in main() local
/external/opencv3/modules/cudaimgproc/src/
Dhough_circles.cpp85 void setCannyThreshold(int cannyThreshold) { cannyThreshold_ = cannyThreshold; } in setCannyThreshold()
146 …HoughCirclesDetectorImpl::HoughCirclesDetectorImpl(float dp, float minDist, int cannyThreshold, in… in HoughCirclesDetectorImpl()
312 …tor> cv::cuda::createHoughCirclesDetector(float dp, float minDist, int cannyThreshold, int votesTh… in createHoughCirclesDetector()
/external/opencv3/modules/cudaimgproc/test/
Dtest_hough.cpp141 const int cannyThreshold = 100; in CUDA_TEST_P() local
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp194 const int cannyThreshold = 100; variable