No size function for my results table
Posted by kt7 on Mar 24, 2017; 3:11pm
URL: http://imagej.273.s1.nabble.com/No-size-function-for-my-results-table-tp5018367.html
I have been working with the Java API for imageJ for a couple months now and suddenly I am getting an error when I try to do:
ResultsTable result = Analyzer.getResultsTable();
size= result.size();
It tells me that .size() is not a function of result. I am very confused because it worked before and I dont believe I've updated the software or changed anything. Please help.
Thanks,
Kyle