|
před 11 měsíci | |
---|---|---|
.. | ||
assets | před 11 měsíci | |
build | před 11 měsíci | |
examples | před 11 měsíci | |
src | před 11 měsíci | |
test | před 11 měsíci | |
.bowerrc | před 11 měsíci | |
.editorconfig | před 11 měsíci | |
.gitignore | před 11 měsíci | |
.jshintrc | před 11 měsíci | |
.travis.yml | před 11 měsíci | |
LICENSE.md | před 11 měsíci | |
README.md | před 11 měsíci | |
TODO.md | před 11 měsíci | |
banner.svg | před 11 měsíci | |
bower.json | před 11 měsíci | |
gulpfile.js | před 11 měsíci | |
package.json | před 11 měsíci |
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 via Bower, npm, or download as a zip:
bower install tracking
npm install tracking
You can plug tracking.js into some well supported 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).
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
For detailed changelog, check Releases.
tracking.js is maintained by these people and a bunch of awesome contributors.
Eduardo Lundgren | Thiago Rocha | Zeno Rocha | Pablo Carvalho | Maira Bello | Jerome Etienne |
BSD License © Eduardo Lundgren