summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-17 08:40:31 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-17 08:40:31 +0000
commita0c246117041c3c8be00da12c7d077be6fc5663b (patch)
tree65af822f7e5e41053d3154aa17bca92704bca150 /graphics/Makefile
parent- Update to 4.3.9 (diff)
Mahotas is an Image Processing Library for Python.
It includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays. Notable algorithms: - watershed. - thresholding. - convex points calculations. - hit & miss. thinning. - Zernike & Haralick features. - freeimage based numpy image loading (requires freeimage libraries to be installed). - Release the GIL in morphological functions - Convolution WWW: http://packages.python.org/mahotas/ PR: ports/153183 Submitted by: Pedro Garcia Freitas <sawp@sawp.com.br>
Notes
Notes: svn path=/head/; revision=266489
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 f580f18bcc20..544fa8158275 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -546,6 +546,7 @@
SUBDIR += lprof-devel
SUBDIR += luminance
SUBDIR += luxrender
+ SUBDIR += mahotas
SUBDIR += makehuman
SUBDIR += mapnik
SUBDIR += mapserver