Searched refs:posCount_ (Results 1 – 1 of 1) sorted by relevance
140 int posCount_; member in __anon161a480f0111::GeneralizedHoughBase251 posCount_ = 0; in detectImpl()255 if (posCount_ == 0) in detectImpl()282 posCount_ = 0; in detectImpl()286 if (posCount_ == 0) in detectImpl()343 oldPosBuf_.resize(posCount_); in filterMinDist()344 oldVoteBuf_.resize(posCount_); in filterMinDist()346 …cudaSafeCall( cudaMemcpy(&oldPosBuf_[0], outBuf_.ptr(0), posCount_ * sizeof(float4), cudaMemcpyDev… in filterMinDist()347 …cudaSafeCall( cudaMemcpy(&oldVoteBuf_[0], outBuf_.ptr(1), posCount_ * sizeof(int3), cudaMemcpyDevi… in filterMinDist()349 indexies_.resize(posCount_); in filterMinDist()[all …]