Summary: | New port: graphic/mahotas Efficient Image Processing Library for Python | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Scrootie <sawp> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Scrootie
2010-12-15 18:50:11 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR. 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added, with minor changes. Thanks! |