I am beginner in android and I want to start a face feature detection program I have already tried OpenCv but its too hard to handle. I want to know if there is any simple API that I can use
Asked
Active
Viewed 338 times
0
-
Google play services has a Face API if you want to use that -- http://android-developers.blogspot.com.cy/2015/08/face-detection-in-google-play-services.html – Tasos Sep 20 '15 at 07:35
-
@Tasos thanks but it doest have any code :( – Aynoo Sep 20 '15 at 09:06
-
Go down to Learn More :)))) – Tasos Sep 20 '15 at 19:16
2 Answers
0
I recommend that you examine the basic article about Face Detection. Then you can already see examples of code github. Good luck in your endeavor.
In addition, I easily found this article in Google and sample code was at the end of this article. I would recommend you to read about searching on the Internet.

user2413972
- 1,355
- 2
- 9
- 25
-
-
It was the second link. If the question is closed, you can click on the check about the answer. – user2413972 Sep 20 '15 at 12:24