Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to add new images to yml dataset?

Hi to everyone! I save the trained model:

trainedmodel->save("C:\\fisherface.yml");

And load it from the file pass:

trainedmodel->load("C:\\fisherface.yml");

But is there any way to update the yml dataset with new images or add some new images for existing person? I mean if i close my programm and after start it again i want to train some new faces and add it to existing yml dataset. Now if i use save function it just clears the previous data and stores the current model to it..

Thank you.