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.
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.
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>.Use opencv in python.
It's easy to use (once you understand the concepts) and it works quite well.
Example here: