9ee62d2604
morphology operations, working with numpy arrays representing images. Includes basic operations for morphological image processing such as erode, dilate, open, tophat opening, watershed and more. WWW: http://pypi.python.org/pypi/pymorph PR: ports/154114 Submitted by: Pedro Garcia Freitas <sawp at sawp.com.br> Feature safe: yes
7 lines
319 B
Text
7 lines
319 B
Text
PyMorph is a image morphology toolbox implements the basic binary and greyscale
|
|
morphology operations, working with numpy arrays representing images.
|
|
|
|
Includes basic operations for morphological image processing such as erode,
|
|
dilate, open, tophat opening, watershed and more.
|
|
|
|
WWW: http://pypi.python.org/pypi/pymorph
|