We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75740a8 commit 5353c2cCopy full SHA for 5353c2c
README.md
@@ -8,4 +8,14 @@ what you need is a browser such as Chrome .
8
9
todo:
10
import core function of opencv !
11
-
+
12
13
+some code take form opensource ,thanks here .
14
+----------------------------------------------
15
+# Face Detection in JavaScript with getUserMedia
16
17
+Adapted to work with the getUserMedia API using code from [github.com/wesbos/HTML5-Face-Detection](https://github.com/wesbos/HTML5-Face-Detection)
18
19
+[Try out the demo](http://neave.github.com/face-detection/) using Google Chrome with the "MediaStream" flag enabled in about:flags
20
21
+Note that this demo only works online (or localhost) due to security restrictions. It won't work on a local file:/// system!
0 commit comments