Overlay multiple images in one axes with individual transparency adjustment?

조회 수: 4 (최근 30일)
I have 3 or more images of the same size to be overlaid, each is associated with a sliding bar for transparency (0-1) adjustment in a GUI. So I can display the overlay effect of any selected 2 or more images with adjustable transparency.
One solution is to use multiple axes with identical positions (on top of each other), and put one image in each axes, and use linkaxes(). so I can adjust the alphadata for each axes to achieve this. Can I put three images in one axes? If there's only two images, I can set one image as the transparency data. but how about for more than 2 images?
Also, If I want to add ROIs on top of the images, which is always visible, how to achieve that? using multiple axes, ROI has to be drawn within a specified axes, changing the transparency of that axes will also affect the ROI, which I don't want.

채택된 답변

Walter Roberson
Walter Roberson 2020년 11월 4일
you can use image() with XData and YData and AlphaData
  댓글 수: 1
xi
xi 2020년 11월 6일
Thanks, it works, simpler than what I thought.
I'm using I=imagesc(axes,'CData',C) to add additional images to the same axes. and then set the properties of I.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by