Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody ! My name is Khanh and I'm a student in university. I have the project from the teacher. This app is "identify face and guess 20 years later how will it change?" (mobile app). So I need you guys to guide me step by step to create this project. What is the first step I must do ? And can you introduce me some relative documents to this project.

The teacher also gives me a tip.
1.First step you need to learn to process image ?
2.Second step this app alows you to take pictures and save it into database
3.Third step the purpose is to save some pictures have already taken , already processed
4.Fourth step the interface allows to choose each year and which year to see the changing of face?
5.Fifth step the most difficult is the algorithm of processing image

Thank you for reading my question.
Posted
Comments
Richard MacCutchan 28-Feb-14 5:12am    
First step is to learn the programming language for your target device. For Android go to http://developer.android.com/index.html. Second step, use Google to learn about image processing.
JasonMacD 28-Feb-14 10:05am    
Come on man, this is your project not ours. Do your research and get started. When you hit a snag along the way, then ask a question with the provided code. SMDH.

1 solution

This is not a simple task. You have to do a lot, possibly it'll take more time.
Quote:
What is the first step I must do ?
Research.
Quote:
And can you introduce me some relative documents to this project.
Here more reference documents
http://www.google.com/search?q=face+recognition+across+age+progression[^]
In Codeproject, there're more than bunch articles & tons of answers, check it out that too
http://www.codeproject.com/search.aspx?q=face+recognition[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900