Skip to content

Instantly share code, notes, and snippets.

View theorium-0's full-sized avatar
๐Ÿ˜œ
sleeping ;)

GitHub User theorium-0

๐Ÿ˜œ
sleeping ;)
  • Minneapolis, Minnesota
View GitHub Profile
@theorium-0
theorium-0 / index.html
Created March 18, 2019 14:13
OpenCV.js Face Detection (WebAssembly)
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<body>
<div id="container">
<canvas class="center-block" id="canvasOutput" width=320 height=240></canvas>
</div>
<div class="text-center">
<input type="checkbox" id="face" name="classifier" value="face" checked>
<label for="face">face</label>
<input type="checkbox" id="eye" name="cascade" value="eye">
<label for="eye">eye</label>