Ask Your Question

Mohanraj's profile - activity

2016-02-24 17:30:19 -0600 received badge  Student (source)
2015-07-27 02:08:55 -0600 asked a question How to design GUI in OpenCV Console Application

I developed video based face recognition in video using OpenCV by Console Application using C++ but now i am not able to design the GUI.

Please anyone suggest me how to design the gui using OpenCV

2015-07-20 04:50:09 -0600 asked a question Face Recognition in Low Resolution Face Images

I am trying to recognize the person face when the detected face is 22 cross 22 and i am re-scaling all the detected face image to 88 cross 83. The face images gets blurred. Please anyone help how to recognize the person face when the face image is low resolution.

2015-07-17 05:33:01 -0600 received badge  Scholar (source)
2015-07-14 04:49:55 -0600 commented answer How to draw rectangle using left eye, right eye, nose, mouth left and right points

/* example values size(80,84) , eyes_distance_percentage = 0.75 , hr = 3.5 */ How is the eyes_distance_percentage is formulated ? @albertofernandez

2015-06-17 04:14:55 -0600 asked a question out door surveillance camera for face recognition

i am doing research on face recognition in video for out door surveillance, i have used normal camera for collecting video face dataset, but the quality of video is not good.

Please anyone suggest for good camera for face recognition in out door surveillance

2015-06-16 08:42:42 -0600 commented answer How to draw rectangle using left eye, right eye, nose, mouth left and right points

thanks for providing your code, now i got output for face normalization.

2015-06-16 05:43:30 -0600 commented answer how can I align Face Images

i have used the same algorithm and calculated d0 but i don't know how to calculate dt. if possible please mail me the step 3 part alone it will be very helpful to carry out my research work. [email protected]

2015-06-16 03:57:39 -0600 received badge  Editor (source)
2015-06-16 03:56:41 -0600 answered a question how can I align Face Images

I have done step 1 and step 2 completely and also i got proper output . Anyone please help me how to step 3 for normalizing the face region.

2015-06-16 03:54:36 -0600 commented question How to draw rectangle using left eye, right eye, nose, mouth left and right points

i want to normalize the face region using left eye, right eye, nose, mouth left and right points. but haar detector gives more regions for face, so i have detected the facial feature points based on that i want to normalize the face

2015-06-16 01:53:08 -0600 asked a question How to draw rectangle using left eye, right eye, nose, mouth left and right points

I have detected the facial feature points using flandmark detector and i rotated face image and i have found the rotated facial feature also. how to normalize the face regions.

2015-06-16 01:13:25 -0600 commented answer how can I align Face Images

it was very nice for face alignment, i have finished step 1 and 2, Can you provide your code for Step 3 alone. i can test with some feature extraction algorithm for face recognition. Please help me.