Example OpenCV applications written in Node.js.
$ npm run still-face-detection # Still Image Face Detection
$ npm run video-face-detection # Live Video Face Detection
$ npm run video-color-detection # Live Video Color Detection
Detect faces in a still image taken by the webcam and save the faces to a file.
Highlight faces detected in your webcam.
Filter the video to display only a single color (what we will be using on the robot).