Source: python-imutils Maintainer: Home Assistant Team Uploaders: Edward Betts , 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.