getGpuMatRef 318 modules/core/include/opencv2/core/mat.hpp cuda::GpuMat& getGpuMatRef() const; getGpuMatRef 279 modules/core/src/cuda_gpu_mat.cpp ::createContinuousImpl(rows, cols, type, arr.getGpuMatRef()); getGpuMatRef 333 modules/core/src/cuda_gpu_mat.cpp ::ensureSizeIsEnoughImpl(rows, cols, type, arr.getGpuMatRef()); getGpuMatRef 665 modules/core/src/opengl.cpp GpuMat& dmat = arr.getGpuMatRef(); getGpuMatRef 144 modules/cudafeatures2d/src/fast.cpp GpuMat& keypoints = _keypoints.getGpuMatRef(); getGpuMatRef 779 modules/cudafeatures2d/src/orb.cpp GpuMat& keypoints = _keypoints.getGpuMatRef(); getGpuMatRef 471 modules/cudaimgproc/src/histogram.cpp _levels.getGpuMatRef().upload(host_levels, stream); getGpuMatRef 504 modules/cudaimgproc/src/histogram.cpp histEven8u(src, hist.getGpuMatRef(), histSize, lowerLevel, upperLevel, StreamAccessor::getStream(stream)); getGpuMatRef 295 modules/cudaoptflow/src/pyrlk.cpp GpuMat& nextPts = _nextPts.getGpuMatRef(); getGpuMatRef 296 modules/cudaoptflow/src/pyrlk.cpp GpuMat& status = _status.getGpuMatRef(); getGpuMatRef 297 modules/cudaoptflow/src/pyrlk.cpp GpuMat* err = _err.needed() ? &(_err.getGpuMatRef()) : NULL; getGpuMatRef 81 modules/superres/perf/perf_superres.cpp frame.getGpuMatRef() = frame_; getGpuMatRef 515 modules/superres/src/btv_l1_cuda.cpp curOutput.convertTo(_output.getGpuMatRef(), CV_8U); getGpuMatRef 231 modules/superres/src/frame_source.cpp bool res = reader_->nextFrame(_frame.getGpuMatRef()); getGpuMatRef 111 modules/superres/src/input_array_utility.cpp dst.getGpuMatRef().upload(src.getMat()); getGpuMatRef 126 modules/superres/src/input_array_utility.cpp src.getGpuMat().copyTo(dst.getGpuMatRef()); getGpuMatRef 189 modules/superres/src/input_array_utility.cpp cuda::cvtColor(src.getGpuMat(), dst.getGpuMatRef(), code, cn); getGpuMatRef 222 modules/superres/src/input_array_utility.cpp src.getGpuMat().convertTo(dst.getGpuMatRef(), depth, scale); getGpuMatRef 448 modules/superres/src/optical_flow.cpp impl(input0, input1, _flow1.getGpuMatRef(), _flow2.getGpuMatRef());