NCVMatrixAlloc 846 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixAlloc(); NCVMatrixAlloc 847 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixAlloc(const NCVMatrixAlloc &); NCVMatrixAlloc 848 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixAlloc& operator=(const NCVMatrixAlloc &); NCVMatrixAlloc 1027 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMatrixAlloc<type> name(alloc, width, height); \ NCVMatrixAlloc 389 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVMatrixAlloc<Ncv32u> &d_pixelMask, NCVMatrixAlloc 408 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp NCVMatrixAlloc<Ncv32u> &h_pixelMask, NCVMatrixAlloc 71 modules/cudalegacy/test/NCVTestSourceProvider.hpp data.reset(new NCVMatrixAlloc<T>(*this->allocatorCPU.get(), maxWidth, maxHeight)); NCVMatrixAlloc 106 modules/cudalegacy/test/NCVTestSourceProvider.hpp data.reset(new NCVMatrixAlloc<T>(*this->allocatorCPU.get(), image.cols, image.rows)); NCVMatrixAlloc 188 modules/cudalegacy/test/NCVTestSourceProvider.hpp std::auto_ptr< NCVMatrixAlloc<T> > data; NCVMatrixAlloc 87 modules/cudalegacy/test/TestDrawRects.cpp NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 89 modules/cudalegacy/test/TestDrawRects.cpp NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 91 modules/cudalegacy/test/TestDrawRects.cpp NCVMatrixAlloc<T> h_img_d(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 169 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 171 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 177 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> d_integralImage(*this->allocatorGPU.get(), integralWidth, integralHeight); NCVMatrixAlloc 179 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv64u> d_sqIntegralImage(*this->allocatorGPU.get(), integralWidth, integralHeight); NCVMatrixAlloc 181 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> h_integralImage(*this->allocatorCPU.get(), integralWidth, integralHeight); NCVMatrixAlloc 183 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv64u> h_sqIntegralImage(*this->allocatorCPU.get(), integralWidth, integralHeight); NCVMatrixAlloc 186 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32f> d_rectStdDev(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 188 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> d_pixelMask(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 190 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32f> h_rectStdDev(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 192 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> h_pixelMask(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 294 modules/cudalegacy/test/TestHaarCascadeApplication.cpp NCVMatrixAlloc<Ncv32u> h_pixelMask_d(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 85 modules/cudalegacy/test/TestIntegralImage.cpp NCVMatrixAlloc<T_in> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 87 modules/cudalegacy/test/TestIntegralImage.cpp NCVMatrixAlloc<T_in> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 89 modules/cudalegacy/test/TestIntegralImage.cpp NCVMatrixAlloc<T_out> d_imgII(*this->allocatorGPU.get(), widthII, heightII); NCVMatrixAlloc 91 modules/cudalegacy/test/TestIntegralImage.cpp NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII, heightII); NCVMatrixAlloc 93 modules/cudalegacy/test/TestIntegralImage.cpp NCVMatrixAlloc<T_out> h_imgII_d(*this->allocatorCPU.get(), widthII, heightII); NCVMatrixAlloc 79 modules/cudalegacy/test/TestIntegralImageSquared.cpp NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 81 modules/cudalegacy/test/TestIntegralImageSquared.cpp NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 83 modules/cudalegacy/test/TestIntegralImageSquared.cpp NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); NCVMatrixAlloc 85 modules/cudalegacy/test/TestIntegralImageSquared.cpp NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); NCVMatrixAlloc 87 modules/cudalegacy/test/TestIntegralImageSquared.cpp NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(), widthSII, heightSII); NCVMatrixAlloc 98 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 100 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 103 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII, heightII); NCVMatrixAlloc 105 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII); NCVMatrixAlloc 108 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); NCVMatrixAlloc 110 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); NCVMatrixAlloc 113 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32f> d_norm(*this->allocatorGPU.get(), normWidth, normHeight); NCVMatrixAlloc 115 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32f> h_norm(*this->allocatorCPU.get(), normWidth, normHeight); NCVMatrixAlloc 117 modules/cudalegacy/test/TestRectStdDev.cpp NCVMatrixAlloc<Ncv32f> h_norm_d(*this->allocatorCPU.get(), normWidth, normHeight); NCVMatrixAlloc 93 modules/cudalegacy/test/TestResize.cpp NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 95 modules/cudalegacy/test/TestResize.cpp NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 98 modules/cudalegacy/test/TestResize.cpp NCVMatrixAlloc<T> d_small(*this->allocatorGPU.get(), smallWidth, smallHeight); NCVMatrixAlloc 100 modules/cudalegacy/test/TestResize.cpp NCVMatrixAlloc<T> h_small(*this->allocatorCPU.get(), smallWidth, smallHeight); NCVMatrixAlloc 102 modules/cudalegacy/test/TestResize.cpp NCVMatrixAlloc<T> h_small_d(*this->allocatorCPU.get(), smallWidth, smallHeight); NCVMatrixAlloc 82 modules/cudalegacy/test/TestTranspose.cpp NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height); NCVMatrixAlloc 84 modules/cudalegacy/test/TestTranspose.cpp NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height); NCVMatrixAlloc 87 modules/cudalegacy/test/TestTranspose.cpp NCVMatrixAlloc<T> d_dst(*this->allocatorGPU.get(), this->height, this->width); NCVMatrixAlloc 89 modules/cudalegacy/test/TestTranspose.cpp NCVMatrixAlloc<T> h_dst(*this->allocatorCPU.get(), this->height, this->width); NCVMatrixAlloc 91 modules/cudalegacy/test/TestTranspose.cpp NCVMatrixAlloc<T> h_dst_d(*this->allocatorCPU.get(), this->height, this->width); NCVMatrixAlloc 288 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVMatrixAlloc<Ncv8u> d_src(gpuCounter, frameSize.width, frameSize.height); NCVMatrixAlloc 289 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVMatrixAlloc<Ncv8u> h_src(cpuCounter, frameSize.width, frameSize.height); NCVMatrixAlloc 102 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMatrixAlloc<Ncv8u> d_src(gpuAllocator, width, height); NCVMatrixAlloc 104 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMatrixAlloc<Ncv8u> h_src(cpuAllocator, width, height); NCVMatrixAlloc 86 samples/gpu/opticalflow_nvidia_api.cpp NCVStatus CopyData(IplImage *image, Ptr<NCVMatrixAlloc<Ncv32f> >& dst) NCVMatrixAlloc 88 samples/gpu/opticalflow_nvidia_api.cpp dst = Ptr<NCVMatrixAlloc<Ncv32f> > (new NCVMatrixAlloc<Ncv32f> (*g_pHostMemAllocator, image->width, image->height)); NCVMatrixAlloc 113 samples/gpu/opticalflow_nvidia_api.cpp NCVStatus CopyData(const IplImage *image, const NCVMatrixAlloc<Ncv32f> &dst) NCVMatrixAlloc 140 samples/gpu/opticalflow_nvidia_api.cpp Ptr<NCVMatrixAlloc<Ncv32f> > &src, NCVMatrixAlloc 141 samples/gpu/opticalflow_nvidia_api.cpp Ptr<NCVMatrixAlloc<Ncv32f> > &dst, NCVMatrixAlloc 187 samples/gpu/opticalflow_nvidia_api.cpp static NCVStatus ShowFlow (NCVMatrixAlloc<Ncv32f> &u, NCVMatrixAlloc<Ncv32f> &v, const char *name) NCVMatrixAlloc 191 samples/gpu/opticalflow_nvidia_api.cpp NCVMatrixAlloc<Ncv32f> host_u(*g_pHostMemAllocator, u.width(), u.height()); NCVMatrixAlloc 194 samples/gpu/opticalflow_nvidia_api.cpp NCVMatrixAlloc<Ncv32f> host_v (*g_pHostMemAllocator, u.width (), u.height ()); NCVMatrixAlloc 247 samples/gpu/opticalflow_nvidia_api.cpp static IplImage *CreateImage (NCVMatrixAlloc<Ncv32f> &h_r, NCVMatrixAlloc<Ncv32f> &h_g, NCVMatrixAlloc<Ncv32f> &h_b) NCVMatrixAlloc 416 samples/gpu/opticalflow_nvidia_api.cpp Ptr<NCVMatrixAlloc<Ncv32f> > src_host; NCVMatrixAlloc 417 samples/gpu/opticalflow_nvidia_api.cpp Ptr<NCVMatrixAlloc<Ncv32f> > dst_host; NCVMatrixAlloc 429 samples/gpu/opticalflow_nvidia_api.cpp Ptr<NCVMatrixAlloc<Ncv32f> > src (new NCVMatrixAlloc<Ncv32f> (*g_pGPUMemAllocator, src_host->width (), src_host->height ())); NCVMatrixAlloc 432 samples/gpu/opticalflow_nvidia_api.cpp Ptr<NCVMatrixAlloc<Ncv32f> > dst (new NCVMatrixAlloc<Ncv32f> (*g_pGPUMemAllocator, src_host->width (), src_host->height ())); NCVMatrixAlloc 442 samples/gpu/opticalflow_nvidia_api.cpp NCVMatrixAlloc<Ncv32f> name(*allocator, sx, sy);\