Histogram manipultion
Posted by Ben G on Dec 04, 2008; 5:10pm
URL: http://imagej.273.s1.nabble.com/WaitForUser-problem-tp3694321p3694325.html
I want to examine the data inside a run("Histogram", "stack") command.
In particular, I want access to the "value" and "counts" data inside the
stack Histogram.
I want to use the data to calculate a high and low gray level bounding
the histogram.
I have looked at the getStatictics commands and they seem very inelegant
for my purpose.
For example, I can execute the run(Histogram... command above, then
click on LIST, which shows the data.
I would like a way to list and read the data by software commands.
Thanks.