Skip to content

andrewda/node-opencv-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js OpenCV Examples

Example OpenCV applications written in Node.js.

Running the Programs

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

About

Example node-opencv programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published