Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

imutils

Image processing & object detection utils

image, utils, face detection, grayscale, blur, gaussian blur, eye, face, sobel, is image, box blur, mouth, load image, image data, convert image to, convert, haar, classifiers

readme

imutils

A collection of some common Image processing & Object detection utilities, including a non DOM-dependent port of HAAR.js.

Installation

npm install imutils
yarn add imutils

Todo

  • Add tests
  • Add documentation
  • Fix linting issues

Credits

  • Haar classifiers from OpenCV
  • Cv.imshow ported from OpenCV
  • Face/Eyes detection ported from HAAR.js
  • Grayscale, Gaussian blur & Sobel filters ported from Tracking.js

Support

Please open an issue for support.

License

MIT