setVotesThreshold  459 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp     virtual void setVotesThreshold(int votesThreshold) = 0;
setVotesThreshold  222 modules/cudaimgproc/test/test_hough.cpp     alg->setVotesThreshold(200);
setVotesThreshold  801 modules/imgproc/include/opencv2/imgproc.hpp     virtual void setVotesThreshold(int votesThreshold) = 0;
setVotesThreshold   97 samples/gpu/generalized_hough.cpp         ballard->setVotesThreshold(votesThreshold);