uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/viola-jones-face-detector/README.md

Summary

Maintainability
Test Coverage
Photo by Marily Torres from Pexels under Creative Commons Zero (CC0) license.
https://www.pexels.com/photo/group-of-people-in-dress-suits-776615/

# Viola-Jones Face Detection Interactive

**Original Author:** Isabelle Taylor
**Modified By:** Jack Morgan, Courtney Bracefield

This interactive is created to show HAAR functions on an image.

## Image Sources

Photo by Marily Torres from Pexels under Creative Commons Zero (CC0) license.
https://www.pexels.com/photo/group-of-people-in-dress-suits-776615/

## Required files

- The interactive loads from a base website template which includes a JavaScript file containing jQuery, Bootstrap, and a few other utilities and polyfills. See `static/js/website.js` for a full list.
- The interactive also requires `interact.js` from http://interactjs.io/. Its licence file is listed in `LICENCE-THIRD-PARTY` and included in the `third-party-licences` directory.
- The interactive also requires `tracking.js` and `face.js` from https://trackingjs.com/. Its licence file is listed in `LICENCE-THIRD-PARTY` and included in the `third-party-licences` directory.