Monthly Archive: May 2014

How to do face recognition in OpenCV and how to improve it by aligning faces

After a long time here I come with some great news. In my semestral project for computer vision I worked on application which can improve face recognition by rotating faces so they align with training set. Without further adue here it comes: Face recognition consists of these steps: Create training set for face recognition Load training set for face recognition Train faces and create model Capture/load image where you want to recognize people Find face/s Adjust the image for face recognition (greyscale, crop, resize, rotate …) Use trained model for face recognition Display result This post requires you to have…
Read more