Login  Register

(no subject)

Posted by jmutterer on Apr 25, 2007; 11:06pm
URL: http://imagej.273.s1.nabble.com/no-subject-tp3699671p3699672.html

You can call a filter, or generally a command with options.
Use the macro command recorder to know what the options string is like.
example :
IJ.run("Bandpass Filter...", "filter_large=40 filter_small=3 suppress=None
tolerance=5 autoscale saturate");

Jerome

On 4/25/07, Ibai <[hidden email]> wrote:

>
> Hello! I'm developing a program using the ImageJ API. The program runs
> outside ImageJ, my question is if I can call a filter, like FFTFilter,
> without seeing its own GUI. I mean, I need to call a filter with the same
> options always, and I don't want to fill them every time I call it.
>
>
>
> Thanks for your time.
>