Login  Register

Re: measuring intensities

Posted by vytas-2 on Aug 09, 2005; 12:32pm
URL: http://imagej.273.s1.nabble.com/measuring-intensities-tp3705064p3705068.html

Not sure of the real question being asked, but placing the cursor over a
pixel will read out the values in the ImageJ mssg field. If the intent was
to list all the pixel intensities, it seems that "save as/ text image "
option is the fastest route vs the 1-pixel region  of interests (ROI)
approach below.
         Selecting a ROI and using MEASURE is more common (built-in
statistics vs spreadsheets). Listing values within ROI can be done with
macros (see ImageJ macro links)


At 05:55 8/9/2005, you wrote:

> > I'm a new user of image j and I'm wondering if anyone knows if it's
> > possible to
> > measure the intensity of each individual pixel in an image that you want
> > to anal
> > yse? How can it be done?
> >
>
>   The macro below might help:
>
>
>  h=getHeight();
>  w=getWidth();
>  for (a=0; a<w; a++){
>      for (b=0; b<h; b++){
>           makeRectangle(a, b, 1, 1);
>           run("Measure");
>      }
>  }
>
>
>    Regards,
>
>--
>Silviu Rusu, Ph.D.
>Erasmus MC Rotterdam
>Ee 1230
>Tel: +31 10 46 38094
>Fax: +31 10 40 89459
>Dr. Molewaterplein 50
>NL-3015 GE Rotterdam
>email: [hidden email]
>web: http://www2.eur.nl/fgg/neuro/

Vytas Bindokas, Ph.D.
Research Assoc. / Assoc. Prof.,
Director, BSD Light Microscopy Core Facility
Dept Neurobiol Pharmacol Physiol MC0926
947 E 58th Street
The University of Chicago
Chicago IL 60637
Room J246A (SBRI)

773-834-9040
fax 773-702-5903
email [hidden email]
  web site for LMCF:
http://digital.bsd.uchicago.edu/index.html