Ask Your Question

nastaran's profile - activity

2015-10-29 06:15:56 -0600 received badge  Self-Learner (source)
2015-09-25 04:30:14 -0600 answered a question how to set XML cascade for detecting eyes and face on perspective view of faces

Actually its better to use model that is closest to our dataset to detect eyes and faces and so on, these xml files are suitable for datasets that are similar to their train dataset, as berak mention its good to use Other libraries or impelemntation . FaceX (https://github.com/delphifirst/FaceX) is one of the implementations that I suggested its good enough for detecting perspective face 's landmarks how ever it can't detect side faces. Dlib(http://blog.dlib.net/2014/08/real-time-face-pose-estimation.html) seems good I tried hard to use it in visual studio , but i couldn't use it.

2015-09-23 23:50:04 -0600 commented question how to set XML cascade for detecting eyes and face on perspective view of faces

took two days I couldn't run dlib library using jpeg , i added whole thing it said , at the end stupid errors come:|,

2015-09-22 11:39:00 -0600 received badge  Student (source)
2015-09-22 11:34:38 -0600 commented question how to set XML cascade for detecting eyes and face on perspective view of faces

dlib can help in face detecting not in eye detecting if I was right

2015-09-22 10:14:40 -0600 asked a question how to set XML cascade for detecting eyes and face on perspective view of faces

I was working on rotated face detecting using SVM ,that I needed to pre process like detecting eyes and faces, I use CascadClassifier and xml files that are located in data folder .I have 10 views of one person , for frontal and side I could detect eyes and face , but for perspective view of faces I need some suitable XML , I need you guys to help me how can I do that?

I mean these view of faces

image description

image description