Re: how to get the maxima pixel value of an image using macro
Posted by
Gluender-2 on
Oct 09, 2008; 3:19pm
URL: http://imagej.273.s1.nabble.com/how-to-get-the-maxima-pixel-value-of-an-image-using-macro-tp3694818p3694819.html
Please carefully study the ij-Macro functions manual !
>Hello, erverybody,
>
>I have a problem to get the maximun pixel value in an image. I do not want
>to use the run{"measurement"}, because it add a new collum to the
>resultstable, which I have used for other purpose.
>is there a simple to do it like this in a macro:
You may consider:
getStatistics(area, mean, min, max, std, histogram)
>maxiPixel=getMax(imageID);
>
>Thanks a lot to the group.
>
>Guanghua Du
HTH
--
Herbie
------------------------
<
http://www.gluender.de>