重新定位用imshow覆盖的图像 - MATLAB

时间:2014-06-04 20:38:56

标签: matlab image-processing matlab-figure

我之前对Overlaying one image on another gives blue boxes instead of image - MATLAB的疑问已经解决了,但部分已经解决了。

图像会按预期覆盖,但如何在原始图像上设置这些叠加图像的位置?

到目前为止,这是代码。

figure;
imshow(FirstImage);

hold on;
h = imshow(SecondImage);
set(h,'AlphaData',0.2);
hold off;

0 个答案:

没有答案