z-projection SUM

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

z-projection SUM

Sarah Locknar
Hi all-
I have a stack of 24-bit RGB images where the G channel is about twice as
bright as R and B.  When I do a z-projection using SUM, the green intensity
is much lower, while using AVERAGE the relative intensities seem to be
preserved.  Can anyone confirm if the resulting SUM is autoscaled in R, G
and B independently and then recombined for the 24-bit image?  The other
possibility is that some sort of wrapping occurs if the intensity goes
above 255 in a channel (green in my case).
Thoughts?
Thanks
Sarah

--
*Sarah Locknar, PhD*
Project Scientist


Delta Campus, 21 Omega Drive
Brattleboro, VT 05301, USA
Tel: +1 (802)251-7371

www.omegafilters.com

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: z-projection SUM

Rasband, Wayne (NIH/NIMH) [E]
On Dec 6, 2012, at 11:41 AM, Sarah Locknar wrote:

> Hi all-
> I have a stack of 24-bit RGB images where the G channel is about twice as
> bright as R and B.  When I do a z-projection using SUM, the green intensity
> is much lower, while using AVERAGE the relative intensities seem to be
> preserved.  Can anyone confirm if the resulting SUM is autoscaled in R, G
> and B independently and then recombined for the 24-bit image?  The other
> possibility is that some sort of wrapping occurs if the intensity goes
> above 255 in a channel (green in my case).

It does autoscaling. To avoid this, convert the RGB stack to composite color using the Image>Color>Make Composite command. Z Project (Sum) will then create a multichannel 32-bit composite color stack.

-wayne

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html