Skip to content

Commit a8bf95a

Browse files
author
Zeno Rocha
committed
🐔
1 parent 26a98c3 commit a8bf95a

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Software License Agreement (BSD License)
22

3-
Copyright (c) 2007, Eduardo A. Lundgren Melo.
3+
Copyright (c) 2014, Eduardo A. Lundgren Melo.
44
All rights reserved.
55

66
Redistribution and use of this software in source and binary forms, with or without modification, are

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](http://img.shields.io/travis/eduardolundgren/tracking.js.svg?style=flat)](https://travis-ci.org/eduardolundgren/tracking.js)
44
[![DevDependencies Status](http://img.shields.io/david/dev/eduardolundgren/tracking.js.svg?style=flat)](https://david-dm.org/eduardolundgren/tracking.js#info=devDependencies)
55

6-
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.
6+
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.
77

88
* [Official website](http://trackingjs.com)
99
* [Documentation](http://trackingjs.com/docs.html)
@@ -19,9 +19,11 @@ bower install tracking.js
1919

2020
## Examples
2121

22-
[![Demo 1](https://cloud.githubusercontent.com/assets/398893/3691378/d90f0d60-1351-11e4-9872-2d5abcef43ad.jpg)](#)
23-
[![Demo 2](https://cloud.githubusercontent.com/assets/398893/3691387/eca4cf22-1351-11e4-94d3-905740bd09dc.jpg)](#)
24-
[![Demo 3](https://cloud.githubusercontent.com/assets/398893/3691391/f86b0024-1351-11e4-82bf-3c44a4768d70.jpg)](#)
22+
[![Demo 1](https://cloud.githubusercontent.com/assets/398893/3709347/ec72876c-1453-11e4-8450-149d06d487f2.jpg)](http://trackingjs.com/examples/face_tag_friends.html)
23+
[![Demo 2](https://cloud.githubusercontent.com/assets/398893/3709357/1a1c2e16-1454-11e4-804d-e6ada6c65997.jpg)](http://trackingjs.com/examples/face_fish_tank.html)
24+
[![Demo 3](https://cloud.githubusercontent.com/assets/398893/3709361/38f86e8a-1454-11e4-811d-52bd21b37e85.jpg)](http://trackingjs.com/examples/color_hexgl.html)
25+
[![Demo 4](https://cloud.githubusercontent.com/assets/398893/3709366/4462a308-1454-11e4-8c6a-f1f7e41d9ded.jpg)](http://trackingjs.com/examples/color_draw_something.html)
26+
[![Demo 5](https://cloud.githubusercontent.com/assets/398893/3709370/545a39ec-1454-11e4-9bc8-4e45fd1c597c.jpg)](http://trackingjs.com/examples/color_fish_tank.html)
2527

2628
## Features
2729

@@ -59,6 +61,18 @@ However, the browser support may vary if you request the user's camera (which re
5961
- [ ] Faster keypoint descriptor (BRIEF)
6062
- [ ] More trainings (Hand, car plate, etc)
6163

64+
## Contributing
65+
66+
1. Fork it!
67+
2. Create your feature branch: `git checkout -b my-new-feature`
68+
3. Commit your changes: `git commit -m 'Add some feature'`
69+
4. Push to the branch: `git push origin my-new-feature`
70+
5. Submit a pull request :D
71+
72+
## History
73+
74+
For detailed changelog, check [Releases](https://github.com/eduardolundgren/tracking.js/releases).
75+
6276
## Team
6377

6478
*tracking.js* is maintained by these people and a bunch of awesome [contributors](https://github.com/eduardolundgren/tracking.js/graphs/contributors).

0 commit comments

Comments
 (0)