Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesFilter.cpp51 numDstRects(numDstRects_), in TestHypothesesFilter()
60 strOut << "numDstRects=" << numDstRects << std::endl; in toString()
96 …NCVVectorAlloc<Ncv32u> h_random32u(*this->allocatorCPU.get(), this->numDstRects * sizeof(NcvRect32… in process()
101 NCVVectorAlloc<NcvRect32u> h_vecSrc(*this->allocatorCPU.get(), this->numDstRects*srcSlotSize); in process()
103 NCVVectorAlloc<NcvRect32u> h_vecDst_groundTruth(*this->allocatorCPU.get(), this->numDstRects); in process()
113 for (Ncv32u i=0; i<this->numDstRects; i++) in process()
115 …dTruth.ptr()[i].x = i * this->canvasWidth / this->numDstRects + this->canvasWidth / (this->numDstR… in process()
116 …Truth.ptr()[i].y = i * this->canvasHeight / this->numDstRects + this->canvasHeight / (this->numDst… in process()
117 h_vecDst_groundTruth.ptr()[i].width = this->canvasWidth / (this->numDstRects * 2); in process()
118 h_vecDst_groundTruth.ptr()[i].height = this->canvasHeight / (this->numDstRects * 2); in process()
[all …]
DTestHypothesesFilter.h55 Ncv32u numDstRects, Ncv32u minNeighbors, Ncv32f eps);
68 Ncv32u numDstRects; variable