MATLAB File Help: cv.convertPointsToHomogeneous Index
cv.convertPointsToHomogeneous

Converts points from Euclidean to homogeneous space

dst = cv.convertPointsToHomogeneous(src)

Input

Output

The function converts points from Euclidean to homogeneous space by appending 1's to the tuple of point coordinates. That is, each point (x1, x2, ..., xn) is converted to (x1, x2, ..., xn, 1).

See also