/external/opencv3/modules/cudalegacy/test/ |
D | TestRectStdDev.cpp | 98 NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 100 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 103 NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII, heightII); in process() 105 NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process() 108 NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); in process() 110 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() 113 NCVMatrixAlloc<Ncv32f> d_norm(*this->allocatorGPU.get(), normWidth, normHeight); in process() 115 NCVMatrixAlloc<Ncv32f> h_norm(*this->allocatorCPU.get(), normWidth, normHeight); in process() 117 NCVMatrixAlloc<Ncv32f> h_norm_d(*this->allocatorCPU.get(), normWidth, normHeight); in process()
|
D | TestHaarCascadeApplication.cpp | 169 NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 171 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 177 … NCVMatrixAlloc<Ncv32u> d_integralImage(*this->allocatorGPU.get(), integralWidth, integralHeight); in process() 179 …NCVMatrixAlloc<Ncv64u> d_sqIntegralImage(*this->allocatorGPU.get(), integralWidth, integralHeight); in process() 181 … NCVMatrixAlloc<Ncv32u> h_integralImage(*this->allocatorCPU.get(), integralWidth, integralHeight); in process() 183 …NCVMatrixAlloc<Ncv64u> h_sqIntegralImage(*this->allocatorCPU.get(), integralWidth, integralHeight); in process() 186 NCVMatrixAlloc<Ncv32f> d_rectStdDev(*this->allocatorGPU.get(), this->width, this->height); in process() 188 NCVMatrixAlloc<Ncv32u> d_pixelMask(*this->allocatorGPU.get(), this->width, this->height); in process() 190 NCVMatrixAlloc<Ncv32f> h_rectStdDev(*this->allocatorCPU.get(), this->width, this->height); in process() 192 NCVMatrixAlloc<Ncv32u> h_pixelMask(*this->allocatorCPU.get(), this->width, this->height); in process() [all …]
|
D | TestIntegralImageSquared.cpp | 79 NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 81 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 83 NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); in process() 85 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() 87 NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(), widthSII, heightSII); in process()
|
D | TestTranspose.cpp | 82 NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 84 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 87 NCVMatrixAlloc<T> d_dst(*this->allocatorGPU.get(), this->height, this->width); in process() 89 NCVMatrixAlloc<T> h_dst(*this->allocatorCPU.get(), this->height, this->width); in process() 91 NCVMatrixAlloc<T> h_dst_d(*this->allocatorCPU.get(), this->height, this->width); in process()
|
D | TestResize.cpp | 93 NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 95 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 98 NCVMatrixAlloc<T> d_small(*this->allocatorGPU.get(), smallWidth, smallHeight); in process() 100 NCVMatrixAlloc<T> h_small(*this->allocatorCPU.get(), smallWidth, smallHeight); in process() 102 NCVMatrixAlloc<T> h_small_d(*this->allocatorCPU.get(), smallWidth, smallHeight); in process()
|
D | TestIntegralImage.cpp | 85 NCVMatrixAlloc<T_in> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 87 NCVMatrixAlloc<T_in> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 89 NCVMatrixAlloc<T_out> d_imgII(*this->allocatorGPU.get(), widthII, heightII); in process() 91 NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process() 93 NCVMatrixAlloc<T_out> h_imgII_d(*this->allocatorCPU.get(), widthII, heightII); in process()
|
D | NCVTestSourceProvider.hpp | 71 data.reset(new NCVMatrixAlloc<T>(*this->allocatorCPU.get(), maxWidth, maxHeight)); in NCVTestSourceProvider() 106 data.reset(new NCVMatrixAlloc<T>(*this->allocatorCPU.get(), image.cols, image.rows)); in NCVTestSourceProvider() 188 std::auto_ptr< NCVMatrixAlloc<T> > data;
|
D | TestDrawRects.cpp | 87 NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height); in process() 89 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); in process() 91 NCVMatrixAlloc<T> h_img_d(*this->allocatorCPU.get(), this->width, this->height); in process()
|
/external/opencv3/samples/gpu/ |
D | opticalflow_nvidia_api.cpp | 86 NCVStatus CopyData(IplImage *image, Ptr<NCVMatrixAlloc<Ncv32f> >& dst) in CopyData() 88 …dst = Ptr<NCVMatrixAlloc<Ncv32f> > (new NCVMatrixAlloc<Ncv32f> (*g_pHostMemAllocator, image->width… in CopyData() 113 NCVStatus CopyData(const IplImage *image, const NCVMatrixAlloc<Ncv32f> &dst) in CopyData() 140 Ptr<NCVMatrixAlloc<Ncv32f> > &src, in LoadImages() 141 Ptr<NCVMatrixAlloc<Ncv32f> > &dst, in LoadImages() 187 static NCVStatus ShowFlow (NCVMatrixAlloc<Ncv32f> &u, NCVMatrixAlloc<Ncv32f> &v, const char *name) in ShowFlow() 191 NCVMatrixAlloc<Ncv32f> host_u(*g_pHostMemAllocator, u.width(), u.height()); in ShowFlow() 194 NCVMatrixAlloc<Ncv32f> host_v (*g_pHostMemAllocator, u.width (), u.height ()); in ShowFlow() 247 static IplImage *CreateImage (NCVMatrixAlloc<Ncv32f> &h_r, NCVMatrixAlloc<Ncv32f> &h_g, NCVMatrixAl… in CreateImage() 416 Ptr<NCVMatrixAlloc<Ncv32f> > src_host; in main() [all …]
|
D | cascadeclassifier_nvidia_api.cpp | 102 NCVMatrixAlloc<Ncv8u> d_src(gpuAllocator, width, height); in process() 104 NCVMatrixAlloc<Ncv8u> h_src(cpuAllocator, width, height); in process()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 844 class NCVMatrixAlloc : public NCVMatrix<T> class 846 NCVMatrixAlloc(); 847 NCVMatrixAlloc(const NCVMatrixAlloc &); 848 NCVMatrixAlloc& operator=(const NCVMatrixAlloc &); 851 NCVMatrixAlloc(INCVMemAllocator &allocator_, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0) in NCVMatrixAlloc() function in NCVMatrixAlloc 883 ~NCVMatrixAlloc() in ~NCVMatrixAlloc() 1027 NCVMatrixAlloc<type> name(alloc, width, height); \
|
D | NCVHaarObjectDetection.hpp | 389 NCVMatrixAlloc<Ncv32u> &d_pixelMask, 408 NCVMatrixAlloc<Ncv32u> &h_pixelMask,
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 959 NCVMatrixAlloc<Ncv32u> &d_pixelMask, in ncvApplyHaarClassifierCascade_device() 1018 …NCVMatrixAlloc<Ncv32u> h_integralImage(cpuAllocator, integral.width, integral.height, integral.pit… in ncvApplyHaarClassifierCascade_device() 1020 …NCVMatrixAlloc<Ncv32f> h_weights(cpuAllocator, d_weights.width, d_weights.height, d_weights.pitch); in ncvApplyHaarClassifierCascade_device() 1022 …NCVMatrixAlloc<Ncv32u> h_pixelMask(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelMas… in ncvApplyHaarClassifierCascade_device() 1029 …NCVMatrixAlloc<Ncv32u> h_pixelMask_d(cpuAllocator, d_pixelMask.width, d_pixelMask.height, d_pixelM… in ncvApplyHaarClassifierCascade_device() 1608 NCVMatrixAlloc<Ncv32u> integral(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device() 1610 NCVMatrixAlloc<Ncv64u> d_sqIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device() 1613 NCVMatrixAlloc<Ncv32f> d_rectStdDev(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device() 1615 NCVMatrixAlloc<Ncv32u> d_pixelMask(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device() 1618 NCVMatrixAlloc<Ncv32u> d_scaledIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device() [all …]
|
D | NCVPyramid.cu | 397 this->pyramid.push_back(new NCVMatrixAlloc<T>(alloc, szCurLayer.width, szCurLayer.height)); 398 …ncvAssertPrintReturn(((NCVMatrixAlloc<T> *)(this->pyramid[i]))->isMemAllocated(), "NCVImagePyramid… 419 NCVMatrixAlloc<T> h_prevLayer(allocCPU, prevLayer->width(), prevLayer->height()); 421 NCVMatrixAlloc<T> h_curLayer(allocCPU, curLayer->width(), curLayer->height());
|
D | NPP_staging.cu | 390 NCVMatrixAlloc<T_out> Tmp32_1(gpuAllocator, PaddedWidthII32, PaddedHeightII32); in ncvIntegralImage_device() 392 NCVMatrixAlloc<T_out> Tmp32_2(gpuAllocator, PaddedHeightII32, PaddedWidthII32); in ncvIntegralImage_device() 448 NCVMatrixAlloc<Ncv32u> Tmp32_1(gpuAllocator, PaddedWidthII32, PaddedHeightII32); in ncvSquaredIntegralImage_device() 450 NCVMatrixAlloc<Ncv64u> Tmp64(gpuAllocator, PaddedWidthMax, PaddedHeightMax); in ncvSquaredIntegralImage_device()
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 288 NCVMatrixAlloc<Ncv8u> d_src(gpuCounter, frameSize.width, frameSize.height); in calculateMemReqsAndAllocate() 289 NCVMatrixAlloc<Ncv8u> h_src(cpuCounter, frameSize.width, frameSize.height); in calculateMemReqsAndAllocate()
|