Overlaying images with different colormap

2 次查看(过去 30 天)
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

回答(1 个)

Walter Roberson
Walter Roberson 2012-6-27
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

类别

Help CenterFile Exchange 中查找有关 Color and Styling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by