Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesFilter.cpp165 Ncv32u numHypothesesSrc = static_cast<Ncv32u>(h_vecSrc.length()); in process() local
167 …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()