Skip to content

Instantly share code, notes, and snippets.

@miyanari
Created September 3, 2013 15:16
Show Gist options
  • Save miyanari/6425278 to your computer and use it in GitHub Desktop.
Save miyanari/6425278 to your computer and use it in GitHub Desktop.
from process3d import MinMaxMedian
imp = IJ.getImage()
#mmm = MinMaxMedian()
medimp = MinMaxMedian.convolve(imp, MinMaxMedian.MEDIAN)
medimp.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment