imageJ get index of results table
Posted by drew10 on Jul 12, 2013; 2:34pm
URL: http://imagej.273.s1.nabble.com/imageJ-get-index-of-results-table-tp5003963.html
Hey all,
I'm writing a macro that identifies nuclei of cells, and I would part of the macro to analyze each nucleus. However when coding my forloop, I can't figure where I should "stop" the forloop. Is there a way to get the index of the results table that the analyze>measure command generates, so for example I could tell that the macro identified 7 nuclei and I could create a for loop that runs 7 times?
Thanks,