MATLAB File Help: cv.estimateGlobalMotionLeastSquares | Index |
Estimates best global motion between two 2D point clouds in the least-squares sense
M = cv.estimateGlobalMotionLeastSquares(points0, points1)
[M,rmse] = cv.estimateGlobalMotionLeastSquares(points0, points1)
[...] = cv.estimateGlobalMotionLeastSquares(..., 'OptionName',optionValue, ...)
single
, stored in numeric
array (Nx2/Nx1x2/1xNx2) or cell-array of 2-element vectors
{[x,y], [x,y], ...}
.single
, of same format
as points0
.single
.