9ee62d2604
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
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# New ports collection makefile for: pymorph
|
|
# Date created: 2011-01-18
|
|
# Whom: Pedro Garcia Freitas <sawp@sawp.com.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pymorph
|
|
PORTVERSION= 0.96
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= sawp@sawp.com.br
|
|
COMMENT= Pymorph is a pure implementations of image morphology functions.
|
|
|
|
BUILD_DEPENDS+= ${PYNUMPY}
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|