NCVMatrix         740 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMatrix(const NCVMatrix &);
NCVMatrix         766 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVStatus copySolid(NCVMatrix<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const
NCVMatrix         794 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVStatus copy2D(NCVMatrix<T> &dst, NcvSize32u roi, cudaStream_t cuStream) const
NCVMatrix         844 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp class NCVMatrixAlloc : public NCVMatrix<T>
NCVMatrix         919 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp class NCVMatrixReuse : public NCVMatrix<T>
NCVMatrix         961 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMatrixReuse(const NCVMatrix<T> &mat, NcvRect32u roi)
NCVMatrix         102 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp                              const NCVMatrix<Ncv32f> &frame0,
NCVMatrix         103 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp                              const NCVMatrix<Ncv32f> &frame1,
NCVMatrix         104 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp                              NCVMatrix<Ncv32f> &u,
NCVMatrix         105 modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp                              NCVMatrix<Ncv32f> &v,
NCVMatrix         360 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvDetectObjectsMultiScale_device(NCVMatrix<Ncv8u> &d_srcImg,
NCVMatrix         387 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvApplyHaarClassifierCascade_device(NCVMatrix<Ncv32u> &d_integralImage,
NCVMatrix         388 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp                                                            NCVMatrix<Ncv32f> &d_weights,
NCVMatrix         406 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp CV_EXPORTS NCVStatus ncvApplyHaarClassifierCascade_host(NCVMatrix<Ncv32u> &h_integralImage,
NCVMatrix         407 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp                                                          NCVMatrix<Ncv32f> &h_weights,
NCVMatrix          77 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp     void push_back(NCVMatrix<T> *elem) {this->_arr.push_back(std::tr1::shared_ptr< NCVMatrix<T> >(elem));}
NCVMatrix          79 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp     NCVMatrix<T> * operator [] (int i) const {return this->_arr[i].get();}
NCVMatrix          81 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp     std::vector< std::tr1::shared_ptr< NCVMatrix<T> > > _arr;
NCVMatrix          90 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp     NCVImagePyramid(const NCVMatrix<T> &img,
NCVMatrix          96 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp     NCVStatus getLayer(NCVMatrix<T> &outImg,
NCVMatrix         104 modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp     const NCVMatrix<T> *layer0;
NCVMatrix          78 modules/cudalegacy/src/cuda/NCVColorConversion.hpp static NCVStatus _ncvColorConv_host(const NCVMatrix<Tin> &h_imgIn,
NCVMatrix          79 modules/cudalegacy/src/cuda/NCVColorConversion.hpp                              const NCVMatrix<Tout> &h_imgOut)
NCVMatrix         118 modules/cudalegacy/test/NCVTestSourceProvider.hpp     NcvBool fill(NCVMatrix<T> &dst)
NCVMatrix         111 modules/cudaoptflow/src/brox.cpp                              const NCVMatrix<Ncv32f>& frame0, const NCVMatrix<Ncv32f>& frame1,
NCVMatrix         112 modules/cudaoptflow/src/brox.cpp                              NCVMatrix<Ncv32f>& u, NCVMatrix<Ncv32f>& v,