mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Ruslan Makhmatkhanov](/assets/img/avatar_default.png)
- fix portlint warning (remove dot from COMMENT) - add LICENSE (BSD) - py-numpy only needed on runtime stage, so move it to RUN_DEPENDS - add some tabs to Makefile header and pkg-descr - do not try to remove directories that we didn't install - bump PORTREVISION PR: 168815 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
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
|