Existing something like Microsofts How-Old by OpenCV [closed]
Can OpenCV something like Microsofts How-Old WebService? ( http://how-old.net/ ) How-Old can find faces in a picture and says the gender and age of the people.
Greatings theuserbl
for a start: http://docs.opencv.org/modules/contri...
(btw, idk, what is exactly behind microsoft's implemention. if you ever find out, let us know ;)
It is completed by two modules: gender classification and age prediction in face images. For gender classification, I think the link of berak is enough for private use, however the accuracy should be better when using in a commercial version. For face age prediction and further development, It is better that you search techniques on paper by Google scholar to get new ideas to re-implement it, OpenCv just a image processing library.
btw, @GilLevy 's nice paper: http://www.openu.ac.il/home/hassner/p...
I think that such a task requires a huge amount of samples to train the estimator. Probably Microsfot itself, with all its means, should increase the number of samples, because it is still inaccurate.