In OpenCV 2.4.3, FaceRecognizer.LBPH should support the "update" function. But since the "update" function is not virtual, the generic function FaceRecognizer.update is called instead.
See: http://code.google.com/p/javacv/issues/detail?id=233
Thank you