Searched refs:numHypothesesSrc (Results 1 – 1 of 1) sorted by relevance
165 Ncv32u numHypothesesSrc = static_cast<Ncv32u>(h_vecSrc.length()); in process() local167 …ncvStat = ncvGroupRectangles_host(h_vecSrc, numHypothesesSrc, this->minNeighbors, this->eps, NULL); in process()175 if (numHypothesesSrc != this->numDstRects) in process()181 std::vector<NcvRect32u> tmpRects(numHypothesesSrc); in process()182 memcpy(&tmpRects[0], h_vecSrc.ptr(), numHypothesesSrc * sizeof(NcvRect32u)); in process()184 for (Ncv32u i=0; i<numHypothesesSrc && bLoopVirgin; i++) in process()