Login  Register

ImageCalculator Result

Posted by David Webster on Oct 10, 2009; 8:19pm
URL: http://imagej.273.s1.nabble.com/ImageCalculator-Result-tp3690847.html

All,

My latest confusion is over how to get the ImagePlus object created by the
ImageCalculator. That is, say I do something like that shown below, but
want to change the title of the result, then I need to have the ImagePlus
object created by iC.calculate(). How can I get it?

ImageCalculator iC = new ImageCalculator();
iC.calculate("divide create 32-bit stack", imIn, imL5L5);

David Webster