An open API service indexing awesome lists of open source software.

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.

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).