Re: Measuring Image Intensity
Posted by Jan Eglinger-5 on Oct 16, 2009; 10:12pm
URL: http://imagej.273.s1.nabble.com/Measuring-Image-Intensity-tp3690717p3690720.html
Hi Aaron,
kiwi139 wrote:
> Ah. I've managed to get this far! The graph produced appears to show areas of
> high intensity as low values and areas of low intensity as high values!? Is
> there a way of reversing this?
You can invert your image before plotting by "Edit>Invert"
White gives high values, black gives low values, unless you apply an
inverted LUT. You can mouseover the pixels and see the values in the
ImageJ status bar.
> Also can the data from the graph be
> transferred into table form? So I can move it into an excel spread sheet for
> example.
On the plot window, there is a "List" button that opens a text window
with all the plot values. Just save it as an xls file.
Best,
Jan