NcvRect32u 166 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect32u() : x(0), y(0), width(0), height(0) {}; NcvRect32u 167 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect32u(Ncv32u x_, Ncv32u y_, Ncv32u width_, Ncv32u height_) NcvRect32u 223 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvRect32u) == 4 * sizeof(Ncv32u)); NcvRect32u 961 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixReuse(const NCVMatrix<T> &mat, NcvRect32u roi) NcvRect32u 993 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, Ncv32u &numHypotheses, NcvRect32u 998 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *h_rects, Ncv32u numRects, Ncv8u color); NcvRect32u 1002 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *h_rects, Ncv32u numRects, Ncv32u color); NcvRect32u 1006 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *d_rects, Ncv32u numRects, Ncv8u color, cudaStream_t cuStream); NcvRect32u 1010 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NcvRect32u *d_rects, Ncv32u numRects, Ncv32u color, cudaStream_t cuStream); NcvRect32u 362 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVVector<NcvRect32u> &d_dstRects, NcvRect32u 425 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVVector<NcvRect32u> &hypotheses, NcvRect32u 436 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVVector<NcvRect32u> &hypotheses, NcvRect32u 183 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvRect32u oROI, NcvRect32u 217 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvRect32u oROI, NcvRect32u 325 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvRect32u srcROI, NcvRect32u 329 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvRect32u dstROI, NcvRect32u 498 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u roi, NcvRect32u rect, NcvRect32u 521 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NcvSize32u roi, NcvRect32u rect, NcvRect32u 726 modules/cudalegacy/src/NCV.cpp cv::Rect operator()(const NcvRect32u& nr) const { return cv::Rect(nr.x, nr.y, nr.width, nr.height); } NcvRect32u 727 modules/cudalegacy/src/NCV.cpp NcvRect32u operator()(const cv::Rect& nr) const NcvRect32u 729 modules/cudalegacy/src/NCV.cpp NcvRect32u rect; NcvRect32u 738 modules/cudalegacy/src/NCV.cpp static void groupRectangles(std::vector<NcvRect32u> &hypotheses, int groupThreshold, double eps, std::vector<Ncv32u> *weights) NcvRect32u 767 modules/cudalegacy/src/NCV.cpp NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, NcvRect32u 786 modules/cudalegacy/src/NCV.cpp std::vector<NcvRect32u> rects(numHypotheses); NcvRect32u 787 modules/cudalegacy/src/NCV.cpp memcpy(&rects[0], hypotheses.ptr(), numHypotheses * sizeof(NcvRect32u)); NcvRect32u 802 modules/cudalegacy/src/NCV.cpp memcpy(hypotheses.ptr(), &rects[0], numHypotheses * sizeof(NcvRect32u)); NcvRect32u 819 modules/cudalegacy/src/NCV.cpp NcvRect32u *h_rects, NcvRect32u 831 modules/cudalegacy/src/NCV.cpp NcvRect32u rect = h_rects[i]; NcvRect32u 871 modules/cudalegacy/src/NCV.cpp NcvRect32u *h_rects, NcvRect32u 883 modules/cudalegacy/src/NCV.cpp NcvRect32u *h_rects, NcvRect32u 94 modules/cudalegacy/test/TestDrawRects.cpp NCVVectorAlloc<NcvRect32u> d_rects(*this->allocatorGPU.get(), this->numRects); NcvRect32u 96 modules/cudalegacy/test/TestDrawRects.cpp NCVVectorAlloc<NcvRect32u> h_rects(*this->allocatorCPU.get(), this->numRects); NcvRect32u 124 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)d_rects.ptr(), this->numRects, this->color, 0); NcvRect32u 129 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)d_rects.ptr(), this->numRects, (Ncv8u)this->color, 0); NcvRect32u 146 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)h_rects.ptr(), this->numRects, this->color); NcvRect32u 151 modules/cudalegacy/test/TestDrawRects.cpp (NcvRect32u *)h_rects.ptr(), this->numRects, (Ncv8u)this->color); NcvRect32u 195 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<NcvRect32u> d_hypotheses(*this->allocatorGPU.get(), this->width * this->height); NcvRect32u 197 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<NcvRect32u> h_hypotheses(*this->allocatorCPU.get(), this->width * this->height); NcvRect32u 231 modules/cudalegacy/test/TestHaarCascadeApplication.cpp const NcvRect32u rect( NcvRect32u 75 modules/cudalegacy/test/TestHypothesesFilter.cpp bool compareRects(const NcvRect32u &r1, const NcvRect32u &r2, Ncv32f eps) NcvRect32u 85 modules/cudalegacy/test/TestHypothesesFilter.cpp inline bool operator < (const NcvRect32u &a, const NcvRect32u &b) NcvRect32u 96 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<Ncv32u> h_random32u(*this->allocatorCPU.get(), this->numDstRects * sizeof(NcvRect32u) / sizeof(Ncv32u)); NcvRect32u 101 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<NcvRect32u> h_vecSrc(*this->allocatorCPU.get(), this->numDstRects*srcSlotSize); NcvRect32u 103 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<NcvRect32u> h_vecDst_groundTruth(*this->allocatorCPU.get(), this->numDstRects); NcvRect32u 159 modules/cudalegacy/test/TestHypothesesFilter.cpp NcvRect32u tmp = h_vecSrc.ptr()[i + secondSwap]; NcvRect32u 181 modules/cudalegacy/test/TestHypothesesFilter.cpp std::vector<NcvRect32u> tmpRects(numHypothesesSrc); NcvRect32u 182 modules/cudalegacy/test/TestHypothesesFilter.cpp memcpy(&tmpRects[0], h_vecSrc.ptr(), numHypothesesSrc * sizeof(NcvRect32u)); NcvRect32u 92 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<NcvRect32u> h_vecDst(*this->allocatorCPU.get(), this->maxLenDst); NcvRect32u 94 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<NcvRect32u> d_vecDst(*this->allocatorGPU.get(), this->maxLenDst); NcvRect32u 96 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<NcvRect32u> h_vecDst_d(*this->allocatorCPU.get(), this->maxLenDst); NcvRect32u 103 modules/cudalegacy/test/TestHypothesesGrow.cpp memset(h_vecDst.ptr(), 0, h_vecDst.length() * sizeof(NcvRect32u)); NcvRect32u 104 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorReuse<Ncv32u> h_vecDst_as32u(h_vecDst.getSegment(), lenDst * sizeof(NcvRect32u) / sizeof(Ncv32u)); NcvRect32u 107 modules/cudalegacy/test/TestHypothesesGrow.cpp memcpy(h_vecDst_d.ptr(), h_vecDst.ptr(), h_vecDst.length() * sizeof(NcvRect32u)); NcvRect32u 145 modules/cudalegacy/test/TestHypothesesGrow.cpp if (memcmp(h_vecDst.ptr(), h_vecDst_d.ptr(), this->maxLenDst * sizeof(NcvRect32u))) NcvRect32u 47 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32u width_, Ncv32u height_, NcvRect32u rect_, Ncv32f scaleFactor_, NcvRect32u 55 modules/cudalegacy/test/TestRectStdDev.h Ncv32u width, Ncv32u height, NcvRect32u rect, Ncv32f scaleFactor, NcvRect32u 70 modules/cudalegacy/test/TestRectStdDev.h NcvRect32u rect; NcvRect32u 100 modules/cudalegacy/test/main_nvidia.cpp NcvRect32u rect(1,1,18,18); NcvRect32u 294 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVVectorAlloc<NcvRect32u> d_rects(gpuCounter, 100); NcvRect32u 335 modules/cudaobjdetect/src/cascadeclassifier.cpp objects_beg.ptr = (void*)objects.ptr<NcvRect32u>(); NcvRect32u 341 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVVectorReuse<NcvRect32u> d_rects(objects_seg, objects.cols); NcvRect32u 106 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<NcvRect32u> d_rects(gpuAllocator, 100);