Filters Public API
Posted by kostas-2 on
URL: http://imagej.273.s1.nabble.com/Filters-Public-API-tp3695891.html
Hello,
we are trying to embed imagej to our application, but most of the filters don't have a public api that can be used outside imagej. The only way to access them is only through IJ.run("Filter....", "args"), having to set the current image everytime. The latter is also dangerous in a multithreaded environment.
If there is another way to apply a filter to a speceific image please let me know.
I could make the methods public myself, but I would like to ask if it will be in the main distribution.
Thanx in advance
Kostas