API facial recognition [closed]

1

Personal I'm looking to work on a system for my face recognition CBT. Is there any API that does this for me? It can be any language.

Thank you.

    
asked by anonymous 24.02.2016 / 01:38

2 answers

1

Use OpenCV (Open Source Computer Vision Library: link ): An open source BSD license library that includes hundreds of computational vision algorithms. Written in C / C ++ with bidings for many other languages like Java and Python .

There is a page explaining how to perform facial recognition: link

a>.

    
24.02.2016 / 01:44
0

Use opencv in python.

It's easy to use (once you understand the concepts) and it works quite well.

Example here:

link

    
24.02.2016 / 01:45