using imagesc to display and compare two images
Show older comments
through previous functions i have taken one image and altered it slightly
i want to be able to display both these images using 'imagesc' so that they can be visually compared
i then need to produce a video using the 'getframe' and 'movie2avi' functions
Answers (1)
Walter Roberson
on 10 May 2011
0 votes
I am going to guess that you are asking about how to position the two images for visual comparison. If so, then see the x and y parameters as described in the documentation for image as those parameters also apply to imagesc.
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!