NCVVectorAlloc 631 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVVectorAlloc(); NCVVectorAlloc 632 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVVectorAlloc(const NCVVectorAlloc &); NCVVectorAlloc 633 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVVectorAlloc& operator=(const NCVVectorAlloc<T>&); NCVVectorAlloc 77 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->length); NCVVectorAlloc 79 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->length); NCVVectorAlloc 82 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_vecDst(*this->allocatorCPU.get(), this->length); NCVVectorAlloc 84 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> d_vecDst(*this->allocatorGPU.get(), this->length); NCVVectorAlloc 86 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_vecDst_d(*this->allocatorCPU.get(), this->length); NCVVectorAlloc 103 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv32u> h_dstLen(*this->allocatorCPU.get(), 1); NCVVectorAlloc 108 modules/cudalegacy/test/TestCompact.cpp NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize); NCVVectorAlloc 94 modules/cudalegacy/test/TestDrawRects.cpp NCVVectorAlloc<NcvRect32u> d_rects(*this->allocatorGPU.get(), this->numRects); NCVVectorAlloc 96 modules/cudalegacy/test/TestDrawRects.cpp NCVVectorAlloc<NcvRect32u> h_rects(*this->allocatorCPU.get(), this->numRects); NCVVectorAlloc 121 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<HaarStage64> h_HaarStages(*this->allocatorCPU.get(), numStages); NCVVectorAlloc 123 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes(*this->allocatorCPU.get(), numNodes); NCVVectorAlloc 125 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<HaarFeature64> h_HaarFeatures(*this->allocatorCPU.get(), numFeatures); NCVVectorAlloc 128 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<HaarStage64> d_HaarStages(*this->allocatorGPU.get(), numStages); NCVVectorAlloc 130 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<HaarClassifierNode128> d_HaarNodes(*this->allocatorGPU.get(), numNodes); NCVVectorAlloc 132 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<HaarFeature64> d_HaarFeatures(*this->allocatorGPU.get(), numFeatures); NCVVectorAlloc 195 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<NcvRect32u> d_hypotheses(*this->allocatorGPU.get(), this->width * this->height); NCVVectorAlloc 197 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<NcvRect32u> h_hypotheses(*this->allocatorCPU.get(), this->width * this->height); NCVVectorAlloc 206 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVVectorAlloc<Ncv8u> d_tmpIIbuf(*this->allocatorGPU.get(), std::max(szTmpBufIntegral, szTmpBufSqIntegral)); NCVVectorAlloc 78 modules/cudalegacy/test/TestHaarCascadeLoader.cpp NCVVectorAlloc<HaarStage64> h_HaarStages(*this->allocatorCPU.get(), numStages); NCVVectorAlloc 80 modules/cudalegacy/test/TestHaarCascadeLoader.cpp NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes(*this->allocatorCPU.get(), numNodes); NCVVectorAlloc 82 modules/cudalegacy/test/TestHaarCascadeLoader.cpp NCVVectorAlloc<HaarFeature64> h_HaarFeatures(*this->allocatorCPU.get(), numFeatures); NCVVectorAlloc 85 modules/cudalegacy/test/TestHaarCascadeLoader.cpp NCVVectorAlloc<HaarStage64> h_HaarStages_2(*this->allocatorCPU.get(), numStages); NCVVectorAlloc 87 modules/cudalegacy/test/TestHaarCascadeLoader.cpp NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes_2(*this->allocatorCPU.get(), numNodes); NCVVectorAlloc 89 modules/cudalegacy/test/TestHaarCascadeLoader.cpp NCVVectorAlloc<HaarFeature64> h_HaarFeatures_2(*this->allocatorCPU.get(), numFeatures); NCVVectorAlloc 96 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<Ncv32u> h_random32u(*this->allocatorCPU.get(), this->numDstRects * sizeof(NcvRect32u) / sizeof(Ncv32u)); NCVVectorAlloc 101 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<NcvRect32u> h_vecSrc(*this->allocatorCPU.get(), this->numDstRects*srcSlotSize); NCVVectorAlloc 103 modules/cudalegacy/test/TestHypothesesFilter.cpp NCVVectorAlloc<NcvRect32u> h_vecDst_groundTruth(*this->allocatorCPU.get(), this->numDstRects); NCVVectorAlloc 87 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->maxLenSrc); NCVVectorAlloc 89 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->maxLenSrc); NCVVectorAlloc 92 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<NcvRect32u> h_vecDst(*this->allocatorCPU.get(), this->maxLenDst); NCVVectorAlloc 94 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<NcvRect32u> d_vecDst(*this->allocatorGPU.get(), this->maxLenDst); NCVVectorAlloc 96 modules/cudalegacy/test/TestHypothesesGrow.cpp NCVVectorAlloc<NcvRect32u> h_vecDst_d(*this->allocatorCPU.get(), this->maxLenDst); NCVVectorAlloc 112 modules/cudalegacy/test/TestIntegralImage.cpp NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize); NCVVectorAlloc 93 modules/cudalegacy/test/TestIntegralImageSquared.cpp NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize); NCVVectorAlloc 126 modules/cudalegacy/test/TestRectStdDev.cpp NCVVectorAlloc<Ncv8u> d_tmpBuf(*this->allocatorGPU.get(), bufSize); NCVVectorAlloc 143 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVVectorAlloc<HaarStage64> > h_haarStages; NCVVectorAlloc 144 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVVectorAlloc<HaarClassifierNode128> > h_haarNodes; NCVVectorAlloc 145 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVVectorAlloc<HaarFeature64> > h_haarFeatures; NCVVectorAlloc 149 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVVectorAlloc<HaarStage64> > d_haarStages; NCVVectorAlloc 150 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVVectorAlloc<HaarClassifierNode128> > d_haarNodes; NCVVectorAlloc 151 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVVectorAlloc<HaarFeature64> > d_haarFeatures; NCVVectorAlloc 245 modules/cudaobjdetect/src/cascadeclassifier.cpp h_haarStages.reset (new NCVVectorAlloc<HaarStage64>(*cpuCascadeAllocator, haarNumStages)); NCVVectorAlloc 246 modules/cudaobjdetect/src/cascadeclassifier.cpp h_haarNodes.reset (new NCVVectorAlloc<HaarClassifierNode128>(*cpuCascadeAllocator, haarNumNodes)); NCVVectorAlloc 247 modules/cudaobjdetect/src/cascadeclassifier.cpp h_haarFeatures.reset(new NCVVectorAlloc<HaarFeature64>(*cpuCascadeAllocator, haarNumFeatures)); NCVVectorAlloc 256 modules/cudaobjdetect/src/cascadeclassifier.cpp d_haarStages.reset (new NCVVectorAlloc<HaarStage64>(*gpuCascadeAllocator, haarNumStages)); NCVVectorAlloc 257 modules/cudaobjdetect/src/cascadeclassifier.cpp d_haarNodes.reset (new NCVVectorAlloc<HaarClassifierNode128>(*gpuCascadeAllocator, haarNumNodes)); NCVVectorAlloc 258 modules/cudaobjdetect/src/cascadeclassifier.cpp d_haarFeatures.reset(new NCVVectorAlloc<HaarFeature64>(*gpuCascadeAllocator, haarNumFeatures)); NCVVectorAlloc 294 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVVectorAlloc<NcvRect32u> d_rects(gpuCounter, 100); NCVVectorAlloc 106 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<NcvRect32u> d_rects(gpuAllocator, 100); NCVVectorAlloc 235 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<HaarStage64> h_haarStages(cpuCascadeAllocator, haarNumStages); NCVVectorAlloc 237 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<HaarClassifierNode128> h_haarNodes(cpuCascadeAllocator, haarNumNodes); NCVVectorAlloc 239 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<HaarFeature64> h_haarFeatures(cpuCascadeAllocator, haarNumFeatures); NCVVectorAlloc 247 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<HaarStage64> d_haarStages(gpuCascadeAllocator, haarNumStages); NCVVectorAlloc 249 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<HaarClassifierNode128> d_haarNodes(gpuCascadeAllocator, haarNumNodes); NCVVectorAlloc 251 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVVectorAlloc<HaarFeature64> d_haarFeatures(gpuCascadeAllocator, haarNumFeatures);