Porting face alignment project to Android. [closed]

asked 2015-02-25 18:20:33 -0600

pooka gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-07 01:15:15.351836

Comments

Have a look on these two, dlib and flandmark both are C/C++ APIs.

Haris gravatar imageHaris ( 2015-02-25 21:44:31 -0600 )edit