Searched refs:newVoteBuf_ (Results 1 – 1 of 1) sorted by relevance
159 std::vector<int3> newVoteBuf_; member in __anon161a480f0111::GeneralizedHoughBase355 newVoteBuf_.clear(); in filterMinDist()357 newVoteBuf_.reserve(posCount_); in filterMinDist()415 newVoteBuf_.push_back(oldVoteBuf_[ind]); in filterMinDist()421 …cudaSafeCall( cudaMemcpy(outBuf_.ptr(1), &newVoteBuf_[0], posCount_ * sizeof(int3), cudaMemcpyHost… in filterMinDist()