summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-05 10:49:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-05 10:49:59 +0000
commit9ee62d2604bef9c8f4d53fe9e7c6039c984d48bf (patch)
tree69f6f7188448cdaa046f8e07082722d7a5f7ed97 /graphics/Makefile
parent- Update to 0.38 (diff)
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 PR: ports/154114 Submitted by: Pedro Garcia Freitas <sawp at sawp.com.br> Feature safe: yes
Notes
Notes: svn path=/head/; revision=268660
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 6a69bad0158f..67d91c992f4f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -807,6 +807,7 @@
SUBDIR += py-soya3d
SUBDIR += py-visual
SUBDIR += pygts
+ SUBDIR += pymorph
SUBDIR += pyro
SUBDIR += pysvg
SUBDIR += q-graph