I'm trying to implement a face recognizer using the official OpenCV Java bindings (not JavaCV), however I can't seem to find the equivalent of the createFisherFaceRecognizer() method.
From my quick research, it seems as if it has not yet been implemented in Java. If this is the case, what are the workarounds / my options?