Image Processing Toolbox User's Guide |
Step 1: Read in Base and Unregistered Images
Read the base and unregistered images from sample data files that come with the Image Processing Toolbox.
Step 2: Display the Unregistered Image
Display the unregistered image.
iptsetpref('ImshowAxesVisible','on') imshow(unregistered) text(size(unregistered,2),size(unregistered,1)+30, ... 'Image courtesy of mPower3/Emerge', ... 'FontSize',7,'HorizontalAlignment','right');
Example: Performing Image Registration | Step 3: Create a TFORM Structure |
© 1994-2005 The MathWorks, Inc.