1 | initial version |
you can do this only with the LBP face regognizer.
but you probably should not append stuff to the xml file, instead:
call reco->update(images,labels); with your new data
save it again
2 | No.2 Revision |
you can do this first of all, appending faces only with makes sense for the LBP face regognizer.recognizer.
but and you probably should not (manually) append stuff data to the xml file, instead:
call reco->update(images,labels); with your new data
save it again