(no subject)
Posted by Ibai on Apr 25, 2007; 3:11pm
URL: http://imagej.273.s1.nabble.com/no-subject-tp3699671.html
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.