Sometimes blurring and anonymizing faces might be required not to recognize identities in the public photos as Google does in … More
Tag: opencv
Age and Gender Prediction with Deep Learning in OpenCV
Researchers of the Swiss Federal Institute of Technology in Zurich (ETH Zurich) built a state-of-the-art age and gender prediction models. … More
Deep Face Detection with OpenCV in Python
Face detection is an early stage of a face recognition pipeline. It plays a pivotal role in pipelines. Herein, deep … More
Face Recognition with OpenCV DNN in Python
We’ve recently studied OpenCV face recognition module. It wraps some legacy techniques. On the other hand, deep learning based models … More
A Beginner’s Guide to Face Recognition with OpenCV in Python
OpenCV becomes a de facto standard for image processing studies. The library offers some legacy techniques for face recognition as … More
Face Alignment for Face Recognition in Python within OpenCV
Face alignment is an early stage of the modern face recognition pipeline. Google declared that face alignment increases the accuracy … More
Real Time Facial Expression Recognition on Streaming Data
Previously, we’ve worked on facial expression recognition of a custom image. Additionally, we can detect multiple faces in a image, … More