Face Recognition with OpenCV in Python

OpenCV offers an out-of-the-box face recognition module. It supports Local Binary Patterns Histograms (LBPH), EigenFace and FisherFace face recognition models. However, these algorithms are not state-of-the-art face recognition models anymore. Nowadays, deep learning based models dominate face recognition studies. Still those algorithms is a good start for newbies. Tutorial: Music: Run Amok by Kevin MacLeod (https:/
Back to Top