ImageJ
Posts  1 - 1  of  1
s1ice
I am developing a plugin for imagej. What is the proper way to call a filter on an image, and continue handling the produced image, without displaying it on screen?

For example, say I use a median filter:

IJ.run(myInputImagePlus, "Median...", "radius=7");

How do I get a reference to the ImagePlus output object, and stop it from being displayed?

Thanks people :D
Save
Cancel
Reply
 
x
OK