Selecting points for image transformation
pts = warpmatselect(S,n)
Input image
Number of points to be selected
Returned points in image coordinates
This function allows user to select points of references on image for registration purpose. The returned parameters are in image coordinates form.
S = imread(fullpath(getIPCVpath() + "/images/balloons.png")); pts = warpmatselect(S,3) | ![]() | ![]() |