Login  Register

running a plugin from a macro WITH options selected

Posted by rrmarino on Aug 27, 2012; 12:35am
URL: http://imagej.273.s1.nabble.com/running-a-plugin-from-a-macro-WITH-options-selected-tp4999850.html

Hello,

I need to run the plugin differentials  (http://bigwww.epfl.ch/thevenaz/differentials/) with the option "Gradient Magnitude" from a macro

When I choose Macro Record in ImageJ menu, it just records:" run("Differentials "); "  , which opens the plugin window if I run it from a macro.

What I actually need is to run the plugin WITH the option "Gradient Magnitude" with no option window at all. I tried already " run("Differentials ", "Gradient Magnitude"); " with no success.

Is there anyway to do it?

Thanks

RMarino