Skip to content

Instantly share code, notes, and snippets.

@miyanari
Created September 3, 2013 16:50
Show Gist options
  • Select an option

  • Save miyanari/6426472 to your computer and use it in GitHub Desktop.

Select an option

Save miyanari/6426472 to your computer and use it in GitHub Desktop.
from process3d import Erode_
imp = IJ.getImage()
#IJ.run(imp, "Erode (3D)", "iso=255")
er = Erode_()
ip = imp.getProcessor()
erimp = er.erode(imp, 255, True)
erimp.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment