Skip to content

kakukogou/opencvjs_demo_facedetection

Repository files navigation

opencvjs_demo_facedetection

Download and build opencv.js

OpenCV.js installation guide

Compile

Download this repository

git clone https://github.com/kakukogou/opencvjs_demo_facedetection.git
cd opencvjs_demo_facedetection
cd emscripten_build

Set the installation folder of OpenCV.js

In Makefile, assign the OPENCV_INSTALL_DIR to your local path.

OPENCV_INSTALL_DIR=<your_opencvjs_local_repository>/release_asm/install

Build

make
make install

Run

Open your Firefox and load opencvjs_demo_segmentation/Demo_FaceDetection_WebAPP_imageData/index.html

  • Demo_FaceDetection_WebAPP_imageBitmap is not supported by any released browser now. It is an experimental feature of Mozilla Firefox.

About

For opencv.js demonstration purpose - face detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published