The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more with a simple and intuitive interface.
Install via Bower or download as a zip:
bower install tracking.js
You can plug tracking.js into some well suported HTML elements such as <canvas>
, <video>
and <img>
.
IE 9+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
However, the browser support may vary if you request the user's camera (which relies on getUserMedia API).
- Optical flow
- Face recognition
- Pose estimation
- Faster keypoint descriptor (BRIEF)
- More trainings (Hand, car plate, etc)
tracking.js is maintained by these people and a bunch of awesome contributors.
Eduardo Lundgren | Thiago Rocha | Zeno Rocha | Pablo Carvalho | Maira Bello |
BSD License © Eduardo Lundgren