Login  Register

How can I catch the returns of a measure function?

Posted by todd on Jun 27, 2016; 6:51am
URL: http://imagej.273.s1.nabble.com/How-can-I-catch-the-returns-of-a-measure-function-tp5016731.html

Hi
    I am new to iamgeJ Macro. I am trying to automatically measure multiple ROIs and color then basing on the measurement.
    However, I do not know how to catch the returns of the measure function:
for example:
   

      roiManager("Measure");

returns a series of measurement including "label, Area, Mean, IntDen"
     What script can I use to catch the "Area" and "Mean“ value into a variable?

Many thanks for your help.