John,
because histogram-data of grey-level images consists of two arrays
(values and counts) you store them as a text-file by clicking "save".
You may load this data-file from a macro that then displays the
histogram-plot, e.g. by calling
Plot.create( "Histogram", "Value", "Count", values, counts );
Plot.show();
The histogram-plot provides the numerical cursor coordinates, i.e.
value and count.
>I am not sure if there is a method to do this already, but if not, I
>would like to request this as a future feature of ImageJ.
>I would like to be able to save an image histogram and when it is
>opened again in ImageJ still be able to hover over various regions
>of the histogram and have the bin and bin count values reported like
>they are when the histogram is made the first time before saving.
>
>John Oreopoulos
Happy macro-coding!
HTH
--
Herbie
------------------------
<
http://www.gluender.de>