Searched refs:newPosBuf_ (Results 1 – 1 of 1) sorted by relevance
158 std::vector<float4> newPosBuf_; member in __anon161a480f0111::GeneralizedHoughBase354 newPosBuf_.clear(); in filterMinDist()356 newPosBuf_.reserve(posCount_); in filterMinDist()414 newPosBuf_.push_back(oldPosBuf_[ind]); in filterMinDist()419 posCount_ = static_cast<int>(newPosBuf_.size()); in filterMinDist()420 …cudaSafeCall( cudaMemcpy(outBuf_.ptr(0), &newPosBuf_[0], posCount_ * sizeof(float4), cudaMemcpyHos… in filterMinDist()