In my previous post we learnt to train a recognizer using a dataset, in this post we are loading recognizer to see how we can use that recognizer to recognize faces. If you are following my previous posts then you already have the trained recognizer with you inside a folder named "trainner" and "trainner.yml" file inside it. Now we are going to use that training data to … [Read more...]
Face Recognition OpenCV – Training A Face Recognizer
To perform face recognition we need to train a face recognizer, using a pre labeled dataset, In my previous post we created a labeled dataset for our face recognition system, now its time to use that dataset to train a face recognizer using opencv python, … [Read more...]
Face Recognition – OpenCV Python | Dataset Generator
In my last post we learnt how to setup opencv and python and wrote this code to detect faces in the frame. Now lets take it to the next level, lets create a face recognition program, which not only detect face but also recognize the person and tag that person in the frame … [Read more...]
Face Detection Using OpenCV In Python | How To Setup OpenCV Python
Opencv is the most popular computer vision library, and today we are going to learn how to setup opencv, how to access your webcam and how easily we can write a face detection program with just a few lines of code. Hi there, this is me Anirban, writing my first blog on face detection, I am a crazy person, and if you are like me you might like the stuff that are in my … [Read more...]