cea34d4832
- 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)
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
|