benhoff / blog

Personal Blog using Pelican
http://benhoff.net/
22 stars 19 forks source link

Post: Facial Recognition with PyQt and OpenCV #20

Closed benhoff closed 6 years ago

benhoff commented 6 years ago

Completed. See: http://benhoff.net/face-detection-opencv-pyqt.html

benhoff commented 6 years ago

OpenCV tutorial: http://docs.opencv.org/3.0-beta/modules/face/doc/facerec/facerec_tutorial.html

benhoff commented 6 years ago

past code: https://github.com/benhoff/facebook_api_script/blob/master/face_id_from_webcam.py

benhoff commented 6 years ago

Library, including some preprocessing: https://github.com/bytefish/facerec

benhoff commented 6 years ago

Face Cropping https://github.com/bytefish/facerec/tree/master/py/apps/scripts

benhoff commented 6 years ago

Photo booth https://github.com/ephphatha/PhotoBooth

benhoff commented 6 years ago

Stop watch: https://github.com/enkore/qt-stop-watch.py/blob/master/qt-stop-watch.py