getMatRef 461 modules/calib3d/src/homography_decomp.cpp _rotations.getMatRef(k) = Mat(motions[k].R); getMatRef 468 modules/calib3d/src/homography_decomp.cpp _translations.getMatRef(k) = Mat(motions[k].t); getMatRef 475 modules/calib3d/src/homography_decomp.cpp _normals.getMatRef(k) = Mat(motions[k].n); getMatRef 1080 modules/calib3d/src/stereosgbm.cpp Mat temp, &_buf = __buf.needed() ? __buf.getMatRef() : temp; getMatRef 316 modules/core/include/opencv2/core/mat.hpp Mat& getMatRef(int i=-1) const; getMatRef 275 modules/core/src/cuda_gpu_mat.cpp ::createContinuousImpl(rows, cols, type, arr.getMatRef()); getMatRef 329 modules/core/src/cuda_gpu_mat.cpp ::ensureSizeIsEnoughImpl(rows, cols, type, arr.getMatRef()); getMatRef 2087 modules/core/src/matrix.cpp arr.getMatRef() = e; getMatRef 3769 modules/core/src/stat.cpp if( _idx.kind() == _InputArray::MAT && !_idx.getMatRef().isContinuous() ) getMatRef 210 modules/features2d/src/akaze.cpp Mat& desc = descriptors.getMatRef(); getMatRef 145 modules/features2d/src/kaze.cpp Mat& desc = descriptors.getMatRef(); getMatRef 533 modules/imgproc/src/grabcut.cpp Mat& mask = _mask.getMatRef(); getMatRef 534 modules/imgproc/src/grabcut.cpp Mat& bgdModel = _bgdModel.getMatRef(); getMatRef 535 modules/imgproc/src/grabcut.cpp Mat& fgdModel = _fgdModel.getMatRef(); getMatRef 1162 modules/imgproc/src/lsd.cpp gray = _image.getMatRef(); getMatRef 1187 modules/imgproc/src/lsd.cpp line(_image.getMatRef(), b, e, Scalar(0, 0, 255), 1); getMatRef 1230 modules/imgproc/src/lsd.cpp Mat img = _image.getMatRef(); getMatRef 1339 modules/imgproc/src/pyramids.cpp _dst.getMatRef(0) = src; getMatRef 1406 modules/imgproc/src/pyramids.cpp Mat& dst = _dst.getMatRef(i); getMatRef 1436 modules/imgproc/src/pyramids.cpp pyrDown( _dst.getMatRef(i-1), _dst.getMatRef(i), Size(), borderType ); getMatRef 63 modules/superres/perf/perf_superres.cpp frame.getMatRef() = frame_; getMatRef 118 modules/superres/src/frame_source.cpp vc_ >> _frame.getMatRef(); getMatRef 766 modules/video/src/lkpyramid.cpp pyramid.getMatRef(0) = img; getMatRef 773 modules/video/src/lkpyramid.cpp Mat& temp = pyramid.getMatRef(0); getMatRef 788 modules/video/src/lkpyramid.cpp Mat prevLevel = pyramid.getMatRef(0); getMatRef 795 modules/video/src/lkpyramid.cpp Mat& temp = pyramid.getMatRef(level * pyrstep); getMatRef 812 modules/video/src/lkpyramid.cpp Mat& deriv = pyramid.getMatRef(level * pyrstep + 1); getMatRef 85 modules/videostab/src/optical_flow.cpp errors_.download(errors.getMatRef()); getMatRef 90 modules/videostab/src/optical_flow.cpp points1_.download(points1.getMatRef()); getMatRef 91 modules/videostab/src/optical_flow.cpp status_.download(status.getMatRef()); getMatRef 148 modules/videostab/src/optical_flow.cpp flowX_.download(flowX.getMatRef()); getMatRef 149 modules/videostab/src/optical_flow.cpp flowY_.download(flowY.getMatRef());