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: