Set up super basic face detection
This commit is contained in:
parent
7e37ce499b
commit
09d2d3b92d
5 changed files with 117 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head><meta charset="utf-8" /></head>
|
||||
<body>Hello world</body>
|
||||
<body>
|
||||
<img id="example-pic" src="example.jpg" alt="Example webcam picture" />
|
||||
</body>
|
||||
<script src="js/main.js"></script>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue