Node.js wrapper for OpenCV Face Detection using PICO
Following https://github.com/lidio601/node-facedetect-haar here is a variant that uses PICO instead of standard Haar Cascade algorithm
Inspired by:
- https://apurv.me/accessing-and-streaming-webcam-in-nodejs-using-opencv-and-websockets/
- https://docs.opencv.org/3.1.0/d5/d54/group__objdetect.html
- https://stackoverflow.com/questions/8791178/haar-cascades-vs-lbp-cascades-in-face-detection
- https://github.com/opencv/opencv/blob/master/samples/cpp/dbt_face_detection.cpp
- https://github.com/lidio601/node-facedetect-haar
- https://github.com/lamassu/node-supyo
See:
N. Markus, M. Frljak, I. S. Pandzic, J. Ahlberg and R. Forchheimer, Object Detection with Pixel Intensity Comparisons Organized in Decision Trees, http://arxiv.org/abs/1305.4537