Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Face recognition and aging faces in c++ [closed]

Hello I'm looking for some good library (opensource) that allows me to do face recognition and to easily aging faces.

Take a look for example at: http://www.in20years.com/

I need some library cross platform (not just for windows), and I would integrate that code into some iPhone Applications.

Any Suggestions?

Many thanks!

like image 437
Kerby82 Avatar asked Dec 13 '10 22:12

Kerby82


1 Answers

A basic image processing and computer vision library is OpenCV. This is the first thing to look into, but sincerely - don't expect to have all what you need already implemented there.

like image 96
Kos Avatar answered Oct 02 '22 23:10

Kos