Searched defs:cannyThreshold (Results 1 – 4 of 4) sorted by relevance
29 …void HoughDetection(const Mat& src_gray, const Mat& src_display, int cannyThreshold, int accumulat… in HoughDetection()82 int cannyThreshold = cannyThresholdInitialValue; in main() local
85 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()
141 const int cannyThreshold = 100; in CUDA_TEST_P() local
194 const int cannyThreshold = 100; variable