1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: python-imutils
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/jrosebr1/imutils
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-imutils
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-imutils.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-imutils
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Convenience functions for basic image processing and OpenCV helpers
This library provides small helper functions and submodules for common image-
processing tasks carried out with OpenCV. It provides wrappers and utilities
that reduce the amount of boilerplate code required for routine tasks such as
image translation, rotation, resizing while preserving aspect ratio,
skeletonization, and automatic Canny edge detection.
.
The library also includes helpers for contour sorting, perspective
transforms, image path discovery, and conversion of OpenCV image arrays for
display with Matplotlib. Additional utilities assist with handling API
differences between OpenCV versions and locating OpenCV functions by name.
|