mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
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
|