I am experiencing with Face Recognition and followed all the steps for the OpenCV
static initialization here.
But when I execute this:
com.googlecode.javacv.cpp.opencv_contrib.createLBPHFaceRecognizer(2,8,8,8,200)
My application terminates without generating any LogCat response. Please help me.