Login  Register

Equivalent function for the IJ.run(...)

Posted by Md Tamjidul Hoque on May 13, 2010; 11:49pm
URL: http://imagej.273.s1.nabble.com/Template-Matching-with-Rotation-tp3688295p3688300.html

Dear All

        I was applying some of the functions of ImageJ to the currently
open Image window,

such as:

     IJ.run("Watershed");
     IJ.run("Median...", "radius=2");
     IJ.run("OtsuThresholding 16Bit");
     ........

How can I call the equivalent functions (or apply the same IJ.run(...) )
for particular image-file rather than the current window?

If "equivalent function" exists, is there a manual for that?

Any help is much appreciated.

Thanks
Tamjid