dheeraj510 / tracking.js

The tracking.js brings to web elements tracking techniques of a real scene captured by the camera, through natural interactions from object tracking, color markers, among others, allowing the development of interfaces and games through a simple and intuitive API.

Home Page:http://www.trackingjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tracking.js

Build Status DevDependencies Status

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 — all that with a lightweight core (~7 KB) and intuitive interface.

Install

Install via Bower or download as a zip:

bower install tracking.js

Examples

Demo 1 Demo 2 Demo 3 Demo 4 Demo 5

Features

Browser Support

You can plug tracking.js into some well suported HTML elements such as <canvas>, <video> and <img>.

IE Chrome Firefox Opera Safari
IE 9+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

However, the browser support may vary if you request the user's camera (which relies on getUserMedia API).

Roadmap

  • Optical flow
  • Face recognition
  • Pose estimation
  • Faster keypoint descriptor (BRIEF)
  • More trainings (Hand, car plate, etc)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.

Team

tracking.js is maintained by these people and a bunch of awesome contributors.

Eduardo Lundgren Thiago Rocha Zeno Rocha Pablo Carvalho Maira Bello
Eduardo Lundgren Thiago Rocha Zeno Rocha Pablo Carvalho Maira Bello

License

BSD License © Eduardo Lundgren

About

The tracking.js brings to web elements tracking techniques of a real scene captured by the camera, through natural interactions from object tracking, color markers, among others, allowing the development of interfaces and games through a simple and intuitive API.

http://www.trackingjs.com

License:Other