Hi there, I'm trying to develop a java face recognition system (on desktop system, not on android). I'm using eclipse.
I need to use FisherFaceRecognizer class, but there is no Java wrapper for that class in openCV api.
I found this topic that may solve my problem: http://answers.opencv.org/question/34342/missing-createfisherfacerecognizer-method-on/
But i don't have any C++ skill, so i don't know how to build that .so file. I have done many experiments but i only got "Exception in thread "main" java.lang.UnsatisfiedLinkError: no facerec in java.library.path". :-(
Can someone help me by explaining a step-by-step guide to build that library in Eclipse? (Or give me a alternative solution to use FaceRecognizer, i need to train my system to recognize some specific faces.)
Thanks!!