Which language is best for face detection | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which language is best for face detection

6th Apr 2019, 9:31 PM
Umar Farouq Gimba
Umar Farouq Gimba - avatar
3 Answers
+ 6
For image recognition, you will be relying mostly on frameworks and libraries instead of specific languages. OpenCV, for example, works with C++, Java, Python. https://opencv.org Microsoft Face API with C++, C#, Java, Python, JS, etc https://azure.microsoft.com/en-us/services/cognitive-services/face/ If you want to rewrite the entire thing from scratch, the algorithms are also language independent. You can use any language yous re comfortable with. If speed and efficiency is of your concern, go for C/C++.
7th Apr 2019, 2:23 AM
Hatsy Rei
Hatsy Rei - avatar
0
Java I believe.
6th Apr 2019, 9:58 PM
Aykut Saraç
Aykut Saraç - avatar
0
Java for android app. C for embedded systems. Web languages problably no.
7th Apr 2019, 12:33 AM
Walberto