Superimpose two intensity images with some transparency and different colormaps

13 views (last 30 days)
I have two intensity images (A and B). I want to superimpose image B on top of image A. The top image (image B) should have some degree of transparency (I want to be able to control the degree of transparency). The bottom image (image A) will have the 'gray' colormap {i.e. colormap(gray(256)} while the top image (image B) will have the 'jet' colormap {i.e. colormap(jet(256)}.
Please advice. Thanks!

Answers (2)

Walter Roberson
Walter Roberson on 29 Jul 2015
Create two axes and put one image in each. With R2014b or later you can have one colormap per axes.
Before R2014b, you would need to convert one of the colormapped images into a truecolor image to deal with the limitation then-existing of one colormap per figure. The File Exchange utility freezeColors can help with that.

Image Analyst
Image Analyst on 29 Jul 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!