Does anyone have a classifier for not just frontal but also tilted faces?
See question.
See question.
Asked: 2015-03-19 14:44:35 -0600
Seen: 114 times
Last updated: Mar 19 '15
Haar Cascade detecting only faces(no heads)?
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
How to control the precision vs. recall rate of a classifier?
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
there's a profile one, but no such thing for tilted faces.
again, human anatomy restricts tilting to ~45° and you're probably safe within the bounds of the 'normal' one.
I have done experiments and it seems that the frontal face model is robust to about a horizontal titlt of +-15 degrees, a vertical tilt of +-15 degrees and about a rotation of +-10 degrees. This means that if you need more, that you will need to train seperate models for that.