how to get the maxima pixel value of an image using macro
Posted by Du, Guanghua on Oct 09, 2008; 1:35pm
URL: http://imagej.273.s1.nabble.com/how-to-get-the-maxima-pixel-value-of-an-image-using-macro-tp3694818.html
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:
maxiPixel=getMax(imageID);
Thanks a lot to the group.
Guanghua Du