Age estimation in OpenCV source code

asked 2015-03-20 05:16:11 -0600

john_1282 gravatar image

updated 2015-03-20 07:53:33 -0600

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

edit retag flag offensive close merge delete

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 ( 2015-03-20 05:32:45 -0600 )edit

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

john_1282 gravatar imagejohn_1282 ( 2015-03-20 07:53:16 -0600 )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 ( 2015-03-23 02:36:59 -0600 )edit