OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numhypothesessrc
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestHypothesesFilter.cpp
165
Ncv32u
numHypothesesSrc
= static_cast<Ncv32u>(h_vecSrc.length());
167
ncvStat = ncvGroupRectangles_host(h_vecSrc,
numHypothesesSrc
, this->minNeighbors, this->eps, NULL);
175
if (
numHypothesesSrc
!= this->numDstRects)
181
std::vector<NcvRect32u> tmpRects(
numHypothesesSrc
);
182
memcpy(&tmpRects[0], h_vecSrc.ptr(),
numHypothesesSrc
* sizeof(NcvRect32u));
184
for (Ncv32u i=0; i<
numHypothesesSrc
&& bLoopVirgin; i++)
Completed in 57 milliseconds