It can be considered an image morphology toolbox, implementing the basic binary and greyscale morphology operations, working with the numpy arrays representings.
It is updated to work with numpy, while the names and interfaces have been Pythonised.
Here are some key features of "Pymorph":
Basic operations:
· Erode
· Dilate
· Open
· Tophat opening
· Watershed, etc.
What's New in This Release: [ read full changelog ]
· Fixed patsec() and opentransf() for type='linear-h'.
· Fix asf() for 3 letter codes.
· Made all API documentation numpydoc compatible.