Recently Steve wrote an interesting post entitled Image Overlay Transparency that I found quite interesting.
Contents
The Idea
The idea is to plot one image on top of the other, exposing pieces of the buried image by making parts of the top image transparent. Here's a teaser for you to look at.
Other Techniques?
Do you have some other techniques for visual image comparison that you find helpful? Post them here.
Get
the MATLAB code
Published with MATLAB® 7.8



In my work I often have an image and some 1-d metric for each pixel in the image, which I then want to overlay on the image. I do this by making the image greyscale and using the metric to overlay colour, using a colormap like jet. I use my SC function (on the FEX) to do this for me, using the ‘prob’ or ‘prob_jet’ colormaps.
Here is an example of what I was talking about above:
http://www.robots.ox.ac.uk/~ojw/images/prob_demo.png
One of the benefits of using SC to do this is that it allows a colorbar to be added (with the correct colours and scale).
Oliver-
Nice technique!
–Loren
This is called a “matrix wipe”. It can be really effective if you add a slider to let the user control the amount of wipe. Also, being able to choose different wipes is useful.
http://en.wikipedia.org/wiki/Wipe_(transition)