Date: Fri, 17 Dec 2010 08:40:31 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/mahotas Makefile distinfo pkg-descr pkg-plist Message-ID: <201012170840.oBH8eV1T046959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2010-12-17 08:40:31 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/mahotas Makefile distinfo pkg-descr pkg-plist
Log:
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>
Revision Changes Path
1.1368 +1 -0 ports/graphics/Makefile
1.1 +24 -0 ports/graphics/mahotas/Makefile (new)
1.1 +2 -0 ports/graphics/mahotas/distinfo (new)
1.1 +16 -0 ports/graphics/mahotas/pkg-descr (new)
1.1 +142 -0 ports/graphics/mahotas/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012170840.oBH8eV1T046959>
