https://github.com/andrewda/node-opencv-examples
Example node-opencv programs.
https://github.com/andrewda/node-opencv-examples
Last synced: 5 days ago
JSON representation
Example node-opencv programs.
- Host: GitHub
- URL: https://github.com/andrewda/node-opencv-examples
- Owner: andrewda
- Created: 2016-10-20T02:39:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T02:51:57.000Z (over 9 years ago)
- Last Synced: 2025-02-25T23:43:18.026Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js OpenCV Examples
Example OpenCV applications written in Node.js.
## Running the Programs
```bash
$ 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
```
## Programs
### Still Image Face Detection
Detect faces in a still image taken by the webcam and save the faces to a file.
### Live Video Face Detection
Highlight faces detected in your webcam.
### Live Video Color Detection
Filter the video to display only a single color (what we will be using on the robot).