Pages

Wednesday, 1 February 2017

Saturday, 28 January 2017

OpenCV Face Recognition In Python Part 1


OpenCV Face Recognition | How to write a face recognition in python (tutorial) Part-1

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 program, which not only detect face but also recognize the person and tag that person in the frame

Monday, 16 January 2017

How To Setup OpenCV-Python | Write A Face Detection Code


How To Setup OpenCV And Python, Get Started With Your First OpenCV Code

Hi there, this is me Anirban, writing my first blog here, I am a crazy person, and if you are like me you might like the stuff that are in my blog.
In my posts I will give you detailed description of the project that we are going to work on as well as a video tutorial of the same at the end of the post.
So without wasting anymore time lets move to the main stuff.