Alignimages gui: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Scott
(Created page with "==Image Alignment== The image alignment tool can align two images using user-selected points on both images. The user identifies corresponding points in the two images and th...")
(No difference)

Revision as of 14:44, 29 September 2014

Image Alignment

The image alignment tool can align two images using user-selected points on both images. The user identifies corresponding points in the two images and the second image is shifted, rotated and stretched to match the first image. The rotated (right-side) image can then be saved to the workspace or file.


load rice_bw
rice(10:90,10:90) = 0;
rice(10:90,310:390) = 0;
riceds = buildimage(rice);
riceds2 = rot90_img(riceds);
alignimagepair(riceds,riceds2)