Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Porting face alignment project to Android.

The project uses MATLAB, OpenCV, mexopencv and VL Feat. It is based on this research paper : Face Alignment by Explicit Shape Regression.This is the output that the project produces : Output.jpg

My task is to get the code running on an Android device. I looked into JNI, but thats only for C/C++ as I understand.

What would be the preferred method to go about doing this project?

P.S.- I am a beginner at this, please excuse me if I am unclear.