Face recognition model can be created , saved and reloaded. ( http://docs.opencv.org/modules/contri...)
Can this model be updated with new faces?
Face recognition model can be created , saved and reloaded. ( http://docs.opencv.org/modules/contri...)
Can this model be updated with new faces?
The face recognition model can be updated by using
FaceRecognizer::update()
, but only for the Local Binary Patterns Histograms (LBPH) recognizer.