mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-imutils: new port had been added (+)
A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python. WWW: https://github.com/PyImageSearch/imutils
This commit is contained in:
parent
878d268179
commit
ce54739cf8
4 changed files with 23 additions and 0 deletions
|
@ -894,6 +894,7 @@
|
|||
SUBDIR += py-imageio-ffmpeg
|
||||
SUBDIR += py-imagesize
|
||||
SUBDIR += py-img2pdf
|
||||
SUBDIR += py-imutils
|
||||
SUBDIR += py-leather
|
||||
SUBDIR += py-lerc
|
||||
SUBDIR += py-mapclassify
|
||||
|
|
16
graphics/py-imutils/Makefile
Normal file
16
graphics/py-imutils/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
PORTNAME= imutils
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Series of convenience image processing functions
|
||||
WWW= https://github.com/PyImageSearch/imutils
|
||||
|
||||
RUN_DEPENDS= opencv>0:graphics/opencv ${PYNUMPY}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-imutils/distinfo
Normal file
3
graphics/py-imutils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1681172033
|
||||
SHA256 (imutils-0.5.4.tar.gz) = 03827a9fca8b5c540305c0844a62591cf35a0caec199cb0f2f0a4a0fb15d8f24
|
||||
SIZE (imutils-0.5.4.tar.gz) = 17240
|
3
graphics/py-imutils/pkg-descr
Normal file
3
graphics/py-imutils/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A series of convenience functions to make basic image processing
|
||||
operations such as translation, rotation, resizing, skeletonization,
|
||||
and displaying Matplotlib images easier with OpenCV and Python.
|
Loading…
Add table
Reference in a new issue