creating color image from masks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

creating color image from masks

Adam Hacking
Hi,
 
I have an image that has 2 compoents of interest. I have obtained 2 binary images of each threshold of interest. For easy visualization, I would like to generate a merged image from the 2 thresholded images, wherein the merged image the foreground of one remains black and the foreground of the other is green.   

Thanks
 
Adam



Reply | Threaded
Open this post in threaded view
|

Re: creating color image from masks

Michael Schmid
Hi Adam,

create an RGB image with the same size, save the ImageID
Edit>selection>Create Selection in image 1
select RGB image
Edit>selection>Restore Selection
set Fill color black
fill
Edit>selection>Create Selection in image 2
select RGB image
Edit>selection>Restore Selection
set Fill color green
fill

An alternative would be using the ImageCalculator and Image>Color>Merge


Michael
________________________________________________________________

On 10 Jun 2009, at 15:26, Adam Hacking wrote:

> Hi,
>
> I have an image that has 2 compoents of interest. I have obtained 2  
> binary images of each threshold of interest. For easy  
> visualization, I would like to generate a merged image from the 2  
> thresholded images, wherein the merged image the foreground of one  
> remains black and the foreground of the other is green.
>
> Thanks
>
> Adam
>