Login  Register

Re: Image Calculator

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Image Calculator

Jonathan Jackson-2
Al,
To process all the slices in a stack you need to add the stack option, so it
becomes
IJ.run("Image Calculator...", "image1="+img1.getTitle()+" operation=Subtract
>image2="+img2.getTitle()+" create stack");
A useful tool is the macro recorder - Plugins->Macro->Record
If you record the successful operation of a command in imagej you get the
correct syntax to use in a plugin - just change "run(..." to "IJ.run(..."
Jon

On Mon, 19 Sep 2005 14:15:19 -0400, amagri <[hidden email]> wrote:

>I am trying to subtract 2 images from each other in a plugin using Image
>Calculator.  After looking in the ImageJ archives I found that I could use
>IJ.run("Image Calculator...", "image1="+img1.getTitle()+" operation=Subtract
>image2="+img2.getTitle()+" create");.  The only problem I have with this is
>that the output is only one slice thick and I would like the result to be done
>to each slice in my images.  Does anyone have a suggestion for what I can do?
>
>Al
>=========================================================================
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

roi from LSM

Paolo Maiuri
Hi All,
Does anybody know how to inport in ImageJ not only the image from an LSM
file bat also the ROI used ?
Thanks in advance.
Paolo.