Overlaying images with different colormap

6 views (last 30 days)
Bojan
Bojan on 27 Jun 2012
How can I overlay images with different colormaps together while preserving the colormap of individual images in the composite images? I am trying to overlay four images with different colormaps together. Very similar to imfuse but with four images rather than two and I want to specify the colormap for each image individually. I have tried holding the image and displaying the subsequent ones on while changing the AlphaData but the colormap changes every time I add a new image. Many thanks Bojan

Answers (1)

Walter Roberson
Walter Roberson on 27 Jun 2012
You cannot.
You can share a single colormap such as is described at http://www.mathworks.com/support/solutions/en/data/1-GNRWEH/index.html, but that is not the same thing as preserving the colormap of the individual images.
Unless you need to do "colormap animation", I recommend that you use the File Exchange contribution http://www.mathworks.com/matlabcentral/fileexchange/7943

Categories

Find more on Colormaps 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!