Re: new version of Fast Filters plugin
Posted by justelouise on
URL: http://imagej.273.s1.nabble.com/new-version-of-Fast-Filters-plugin-tp3684966p5013193.html
Then I have to register first the plugin into ImageJ, right?
BUT. What I'm doing with other plugins is just copying the .java file into my project then tweak it according to my needs then just call the run method. That's how I'm using the Fast_Filters plugin. But, I still wasn't able to get the output I had when using ImageJ. Is ImageJ doing something else to the image before running it with the fast filters plugin?
I'm sorry if I keep on asking question. I was just really wondering as to why the results are different evn though the way I'm calling the plugin seems to be working.