Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp689 class NCVVectorReuse : public NCVVector<T> class
691 NCVVectorReuse();
692 NCVVectorReuse(const NCVVectorReuse &);
696 explicit NCVVectorReuse(const NCVMemSegment &memSegment) in NCVVectorReuse() function in NCVVectorReuse
708 NCVVectorReuse(const NCVMemSegment &memSegment, Ncv32u length_) in NCVVectorReuse() function in NCVVectorReuse
/external/opencv3/modules/cudalegacy/test/
DTestHypothesesGrow.cpp104NCVVectorReuse<Ncv32u> h_vecDst_as32u(h_vecDst.getSegment(), lenDst * sizeof(NcvRect32u) / sizeof(… in process()
DTestDrawRects.cpp107 NCVVectorReuse<Ncv32u> h_rects_as32u(h_rects.getSegment()); in process()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp341 NCVVectorReuse<NcvRect32u> d_rects(objects_seg, objects.cols); in process()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1068NCVVectorReuse<Ncv32u> d_vecPixelMask(d_pixelMask.getSegment(), anchorsRoi.height * d_pixelMask.st… in ncvApplyHaarClassifierCascade_device()
1764 NCVVectorReuse<Ncv32u> d_vecPixelMask(d_pixelMask.getSegment()); in ncvDetectObjectsMultiScale_device()