MATLAB File Help: cv.estimateGlobalMotionLeastSquares Index
cv.estimateGlobalMotionLeastSquares

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, ...)

Input

Output

Options

See also