• 大小: 15KB
    文件类型: .gz
    金币: 2
    下载: 1 次
    发布日期: 2021-06-11
  • 语言: Python
  • 标签:

资源简介

python3与python2通用的imutils包,最新版本,来自pypi,安全有效无毒。

资源截图

代码片段和文件信息

from distutils.core import setup

setup(
    name=‘imutils‘
    packages=[‘imutils‘ ‘imutils.video‘ ‘imutils.io‘ ‘imutils.feature‘ ‘imutils.face_utils‘]
    version=‘0.5.1‘
    description=‘A series of convenience functions to make basic image processing functions such as translation rotation resizing skeletonization displaying Matplotlib images sorting contours detecting edges and much more easier with OpenCV and both Python 2.7 and Python 3.‘
    author=‘Adrian Rosebrock‘
    author_email=‘adrian@pyimagesearch.com‘
    url=‘https://github.com/jrosebr1/imutils‘
    download_url=‘https://github.com/jrosebr1/imutils/tarball/0.1‘
    keywords=[‘computer vision‘ ‘image processing‘ ‘opencv‘ ‘matplotlib‘]
    classifiers=[]
    scripts=[‘bin/range-detector‘]


评论

共有 条评论

相关资源