Ask Your Question

smiron's profile - activity

2012-08-22 12:50:22 -0600 received badge  Supporter (source)
2012-08-20 05:21:00 -0600 answered a question face recognition (different image size)

For the face alignment problem you can detect the eyes using haar-cascade, calculate the angle and rotate the picture (Philipp Wagner has some excellent tutorials for this). I successfully used this method to align faces in my master thesis project (http://code.google.com/p/stereo-face-recognition/).