(no subject)

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

(no subject)

Ibai
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.
Reply | Threaded
Open this post in threaded view
|

(no subject)

jmutterer
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.
>