I need to make a Fast Localization of Facial Landmark using openCV for Android. I am new to openCV and I was wondering if features2d can be used from openCV library for this purpose rather than using dlib or other libraries. If yes then which Feature Detector(eg: SIFT,SURF,ORBetc) will give a good result for just facial landmarks?
Asked
Active
Viewed 709 times
0
1 Answers
0
None of these will be particularly accurate. Try FaceTracker from Jason Saragih. It is easy to unbox and has Android and iOS ports.

Abhijat Biswas
- 174
- 1
- 14
-
Thanks for the quick response. Will try that. – Pragyan93 Jun 14 '16 at 10:14
-
Also is there a way I can make my own facial landmark tracker using just openCV library? – Pragyan93 Jun 14 '16 at 10:29
-
@Pragyan93, Probably not easily. – Abhijat Biswas Jun 15 '16 at 12:47