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