Facial feature detection with OpenCV with eyes and mouth corners points

余生长醉 提交于 2019-12-03 20:45:50

since flandmark is the C++ library which does exactly what you want (finds corner points for eyes, mouth and center/tip of nose), I think you should just look for the mechanism of how to run this library from within JAVA. flandmark itself is OpenCV independent, only examples included in this library are using it (for face detection and displaying the results).

I found some nice-looking tutorials on how to use C++ libraries from JAVA:

  1. http://thebreakfastpost.com/2012/01/23/wrapping-a-c-library-with-jni-part-1/
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!