Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DHoughCircle_Demo.cpp29 …etection(const Mat& src_gray, const Mat& src_display, int cannyThreshold, int accumulatorThreshold) in HoughDetection()
83 int accumulatorThreshold = accumulatorThresholdInitialValue; in main() local