Login  Register

Re: Read ImageJ Results Table From Plugin

Posted by BenTupper on Jul 20, 2011; 2:10pm
URL: http://imagej.273.s1.nabble.com/Read-ImageJ-Results-Table-From-Plugin-tp3683812p3683814.html

Hi,

There is a static method just for your purpose.

ResultsTable rt = ResultsTable.getResultsTable();

From there you can have lots of methods for accessing the elements of the table.  

Cheers,
Ben


On Jul 20, 2011, at 9:26 AM, ColinWhite wrote:

> Hi,
>
> I'm wondering if it's possible to read the ImageJ results table from a
> plugin, and if so how? I want to use the "Measure" menu command and then use
> some of that data in my plugin.
>
> Thanks,
> Colin
>
> --
> View this message in context: http://imagej.588099.n2.nabble.com/Read-ImageJ-Results-Table-From-Plugin-tp6602648p6602648.html
> Sent from the ImageJ mailing list archive at Nabble.com.