Home
last modified time | relevance | path

Searched refs:voteOutBuf_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp94 std::vector<Vec3i> voteOutBuf_; member in __anon1ec0d8f20111::GeneralizedHoughBase
161 voteOutBuf_.clear(); in detectImpl()
192 voteOutBuf_.clear(); in detectImpl()
221 const bool hasVotes = !voteOutBuf_.empty(); in filterMinDist()
223 CV_Assert( !hasVotes || voteOutBuf_.size() == oldSize ); in filterMinDist()
226 std::vector<Vec3i> oldVoteBuf(voteOutBuf_); in filterMinDist()
234 voteOutBuf_.clear(); in filterMinDist()
293 voteOutBuf_.push_back(oldVoteBuf[ind]); in filterMinDist()
301 const bool hasVotes = !voteOutBuf_.empty(); in convertTo()
303 CV_Assert( !hasVotes || voteOutBuf_.size() == posOutBuf_.size() ); in convertTo()
[all …]