I'd like to call the Flandmark C library from a Java program. I'm very interested in seeing how it compares to the eye haar cascades that comes\ with OpenCV.

I found this post which gives a link to a guide about calling into native code using JNI. Has anyone already done this for Flandmark and would care to share pointers or code on how to do it?

I'm using OpenCV 2.4.8 and the latest JavaCV for it's FaceRecognizer implementation - are those compatible with Flandmark?

有帮助吗?

解决方案

Support for flandmark has been added to JavaCV 0.9. There is an example of how to use it in the javacv-examples project provided by Bytedeco.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top