# 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](https://github.com/opencv/opencv)
- Cv.imshow ported from [OpenCV](https://github.com/opencv/opencv)
- Face/Eyes detection ported from [HAAR.js](https://github.com/foo123/HAAR.js/)
- Grayscale, Gaussian blur & Sobel filters ported from [Tracking.js](https://github.com/eduardolundgren/tracking.js)

Support
-------
Please [open an issue](https://github.com/ollelauribostrom/imutils/issues/new) for support.

License
-------
MIT
