Login  Register

Re: measuring intensities

Posted by S.I. Rusu on Aug 09, 2005; 11:55am
URL: http://imagej.273.s1.nabble.com/measuring-intensities-tp3705064p3705067.html

> 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/