back to home

eduardolundgren / tracking.js

A modern approach for Computer Vision on the web

9,489 stars
1,434 forks
226 issues
JavaScriptHTML

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing eduardolundgren/tracking.js in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/eduardolundgren/tracking.js)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Banner

<div align=center>

:point_right: https://github.com/eduardolundgren/tracking.js/issues/395 :point_left:

</div>

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, npm, or download as a zip:

bower install tracking
npm install tracking

Examples

Demo 1 Demo 2 Demo 3 Demo 4 Demo 5

Features

Browser Support

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

IEChromeFirefoxOperaSafari
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 LundgrenThiago RochaZeno RochaPablo CarvalhoMaira BelloJerome Etienne
Eduardo LundgrenThiago RochaZeno RochaPablo CarvalhoMaira BelloJerome Etienne

License

BSD License © Eduardo Lundgren