Problem with getResultsTable();
Posted by Centre de Quantimétrie on Jul 06, 2011; 1:40pm
URL: http://imagej.273.s1.nabble.com/Problem-with-getResultsTable-tp3684009.html
Hey!
I'd like to use the getResultsTable function but I didn't found how it does
work.
I tried to write it by two ways :
ResultsTable results=Analyzer.getResultsTable();
and
ResultsTable results=ResultsTable.getResultsTable();
But it didn't work.
Do you know how I could use this function in order to get the whole results
table and stock it in a variable?
Thanks!