Prev: struct2cell
Next: reshape
From: astro mmi on
figure,imshow(cropRGB)
hold on
h = imshow(cropRGB1);
set(h, 'AlphaData', 0.4)

Hi everyone,
The above segment of the code is used to overlay two images. I want to auto save the resulting image showing the overlap of the two images so that I will be able to retrieve this image using 'imread'. Pls help and thanx in advance.
 | 
Pages: 1
Prev: struct2cell
Next: reshape