Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top