setVotesThreshold  470 modules/cudaimgproc/src/generalized_hough.cpp         void setVotesThreshold(int votesThreshold) { votesThreshold_ = votesThreshold; }
setVotesThreshold   88 modules/cudaimgproc/src/hough_circles.cpp         void setVotesThreshold(int votesThreshold) { votesThreshold_ = votesThreshold; }
setVotesThreshold  358 modules/imgproc/src/generalized_hough.cpp         void setVotesThreshold(int votesThreshold) { votesThreshold_ = votesThreshold; }