I have implemented face recognition in Java using javacv LBPH class, but i face a problem in which the FaceRecognizer.LBPH does not support the update function. Here's the error:
"OpenCV Error: The function/feature is not implemented (This FaceRecognizer (FaceRecognizer.LBPH) does not support updating, you have to use FaceRecognizer::train to update it.) in unknown function, file ......\src\opencv\modules\contrib\src\facerec.cpp, line 305"