1
Guys I’m looking to work on a system for my TCC with facial recognition. Is there an API that does this for me? Could be any language.
Thank you.
1
Guys I’m looking to work on a system for my TCC with facial recognition. Is there an API that does this for me? Could be any language.
Thank you.
1
Usa Opencv (Open Source Computer Vision Library: http://opencv.org): an open source BSD license library that includes several hundred computer vision algorithms. Written in C/C++ with bidings to various other links such as Java and Python.
Has a page (written in English) explaining how to perform facial recognition: http://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html.
0
Uses opencv in python.
It is easy to use (after understanding the concepts) and works quite well.
Example here:
https://realpython.com/blog/python/face-recognition-with-python/
While the link may even respond, only link responses are discouraged on the site. Try to contextualize the content in the link in the answer, so that it serves as a complement or reference only.
Browser other questions tagged api image
You are not signed in. Login or sign up in order to post.
I answered, but now I’m in doubt: do you want facial recognition - recognize the face of someone specific - or facial detection - identify a face in an image?
– Ruben O. Chiavone
recognize of someone specific ... In fact I will have to identify and then recognize it ...
– Augusto Furlan
Okay. See if my answer helps. Vlw
– Ruben O. Chiavone
I will test soon ....
– Augusto Furlan