Searched defs:accumulatorThreshold (Results 1 – 1 of 1) sorted by relevance
29 …etection(const Mat& src_gray, const Mat& src_display, int cannyThreshold, int accumulatorThreshold) in HoughDetection()83 int accumulatorThreshold = accumulatorThresholdInitialValue; in main() local