Tag Archives: face detection

Recognize face orientation using a new approach based on eye position and size by c#

Author: Md. Salahuddin Yousuf & Kishor datta gupta We are trying to develop a method to recognize face orientation using OPENCV harr detection and neural network  . The process can be done without neural network but we use neural network … Continue reading

Rate this:

Posted in C#, Image Processing | Tagged , , , , , , , , , , , , | 1 Comment

Replace ur face with another one face in realtime video in c# (just for fun)

One of my past blog i write about how to detect and extract faces using live webcam, now using that , i m going to make a funny software which detect the face and replace it by ur desired face … Continue reading

Rate this:

Posted in C#, Image Processing, Winform app | Tagged , , , , , , , , , , | 16 Comments

Extract faces from live webcam video by c#

My target is make a program which take a webcam live video and save only extracted image of faces from that video. So i use a very strong dotnet library name emguCV . what u can get from here. in … Continue reading

Rate this:

Posted in C#, Image Processing, Winform app | Tagged , , , , , , , , | 34 Comments

Automatic pupil detection and extraction by c#

Using c# code and Aforge library we can easily detect and extract the pupil from an eye image. Algorithm step 1 – first take the eye image step 2 – make it invert step 3- convert it to gray scale … Continue reading

Rate this:

Posted in C#, Image Processing | Tagged , , , , , , , , , | 11 Comments