@@ -14,9 +14,9 @@ This is a port of [OpenCV C++ Haar Detection](http://opencv.org/) (actually a po
14
14
15
15
Light-weight (~ 10kB minified, ~ 5kB gzipped).
16
16
17
- [ ![ Haar.js Face Detection] ( /examples/haar-face-detection.png )] ( http ://foo123.github.com/examples/face-detection/)
18
- [ ![ Haar.js Many Faces Detection] ( /examples/haar-faces-detection.png )] ( http ://foo123.github.com/examples/faces-detection/)
19
- [ ![ Haar.js Mouth Detection] ( /examples/haar-mouth-detection.png )] ( http ://foo123.github.com/examples/mouth-detection/)
17
+ [ ![ Haar.js Face Detection] ( /examples/haar-face-detection.png )] ( https ://foo123.github.com/examples/face-detection/)
18
+ [ ![ Haar.js Many Faces Detection] ( /examples/haar-faces-detection.png )] ( https ://foo123.github.com/examples/faces-detection/)
19
+ [ ![ Haar.js Mouth Detection] ( /examples/haar-mouth-detection.png )] ( https ://foo123.github.com/examples/mouth-detection/)
20
20
![ Haar.js Eyes Detection] ( /examples/haar-eyes-detection.png )
21
21
22
22
### Contents
@@ -31,9 +31,9 @@ Light-weight (~10kB minified, ~5kB gzipped).
31
31
* [ Credits] ( /credits.md )
32
32
33
33
### Live Examples
34
- * [ Interactive Face Detection] ( http ://foo123.github.com/examples/face-detection/)
35
- * [ Many Faces Detection] ( http ://foo123.github.com/examples/faces-detection/)
36
- * [ Interactive Mouth Detection] ( http ://foo123.github.com/examples/mouth-detection/)
34
+ * [ Interactive Face Detection] ( https ://foo123.github.com/examples/face-detection/)
35
+ * [ Many Faces Detection] ( https ://foo123.github.com/examples/faces-detection/)
36
+ * [ Interactive Mouth Detection] ( https ://foo123.github.com/examples/mouth-detection/)
37
37
38
38
39
39
### How To use
@@ -144,7 +144,8 @@ The configuration would be the same inside a browser
144
144
- [ ] keep up with the changes in openCV cascades xml format (will try)
145
145
- [ ] add some real performance tests (anyone interested??)
146
146
147
-
147
+ <!--
148
148
*URL* [Nikos Web Development](http://nikos-web-development.netai.net/ "Nikos Web Development")
149
149
*URL* [Haar.js blog post](http://nikos-web-development.netai.net/blog/haar-js-feature-detection-in-javascript-and-html5-canvas/ "Haar.js blog post")
150
150
*URL* [WorkingClassCode](http://workingclasscode.uphero.com/ "Working Class Code")
151
+ -->
0 commit comments