NCVMatrixReuse    921 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMatrixReuse();
NCVMatrixReuse    922 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMatrixReuse(const NCVMatrixReuse &);
NCVMatrixReuse    329 modules/cudaobjdetect/src/cascadeclassifier.cpp         NCVMatrixReuse<Ncv8u> d_src(src_seg, static_cast<int>(devProp.textureAlignment), src.cols, src.rows, static_cast<int>(src.step), true);
NCVMatrixReuse    172 modules/cudaoptflow/src/brox.cpp         NCVMatrixReuse<Ncv32f> frame0Mat(frame0MemSeg, static_cast<Ncv32u>(textureAlignment), frame0.cols, frame0.rows, static_cast<Ncv32u>(frame0.step));
NCVMatrixReuse    173 modules/cudaoptflow/src/brox.cpp         NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.cols, frame1.rows, static_cast<Ncv32u>(frame1.step));
NCVMatrixReuse    174 modules/cudaoptflow/src/brox.cpp         NCVMatrixReuse<Ncv32f> uMat(uMemSeg, static_cast<Ncv32u>(textureAlignment), u.cols, u.rows, static_cast<Ncv32u>(u.step));
NCVMatrixReuse    175 modules/cudaoptflow/src/brox.cpp         NCVMatrixReuse<Ncv32f> vMat(vMemSeg, static_cast<Ncv32u>(textureAlignment), v.cols, v.rows, static_cast<Ncv32u>(v.step));