Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 304 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 304 Bytes

FaceFinder

An experimental module using OpenCV node.js bindings to detect faces in an image.

Requirements

  • OpenCV

Installation

$ npm install facefinder

Usage

var FaceFinder = require('facefinder')
FaceFinder(ABSOLUTE_PATH_TO_THE_SOURCE_IMAGE, OUTPUT_DIRECTORY_PATH)