getResult("Label")
Posted by Winnok H. De Vos on Oct 12, 2005; 12:22pm
URL: http://imagej.273.s1.nabble.com/ImageJ-SourceForge-tp3704686p3704695.html
Dear all
If you want to do a batch analysis and add ROI's from one image analysis to
the ROI manager how can you make sure (in macro language) only the results
from that single analysis are chosen? I would like to keep a single
resultstable with the total analysis of all images but since the reultstable
gets appended with each analysis my ROI manager gets the values from the
previous analysis. I wanted to use getResults("Label",i) but it doesn't work
I guess because it concerns a string. Is there a way to get a string out of
the results table and compare it to the one you need? Or is there another
way to circumvent this problem, e.g. by saving and closing the resultstable
each time and afterwards concatenating these resultstables to a single? I
searched the archive but only found a similar titled question and no answer.
Many thanks in advance.
Kind regards,
winnok