I'm trying to run the following implementation of the algorithm for face recognition (Eigenface) on Android x86 Emulator.
https://code.google.com/p/javacv/source/browse/samples/FaceRecognition.java
Does anyone have experience about it? Are javaCV wrappers prepared to execute on Android x86 arch and therefore not only ARM? Thanks!