Age estimation in OpenCV source code

asked Mar 20 '15

john_1282 gravatar image

updated Mar 20 '15

Dear all, I am working in project that need to estimate the age of people in video input (webcam..) . Could you suggest to me some available source code openCV or approach to do it? Thank you so much

Preview: (hide)

Comments

3

Age of a video? Age of a person in a video? Seriously, more information please, put some effort in your questions. Also this is NOT a hey I got a problem, give me the relevant code for it kind of forum ... we rather push people to solve their problems with a suggested approach, and help out where the errors pop up ...

StevenPuttemans gravatar imageStevenPuttemans (Mar 20 '15)edit

@StevenPuttemans: The age of people in video. Sorry about my mistaken.

john_1282 gravatar imagejohn_1282 (Mar 20 '15)edit
1

This is not direct action, you need to go through several steps in order to achieve this. ex

  1. Takes the user image 02 . extract the necessary features 03. classify those with the relevant feature database etc. Read some research papers regarding face recognition first.
Heshan Sandeepa gravatar imageHeshan Sandeepa (Mar 23 '15)edit