OpenCV FaceRecogniser Save
Hi,
I am getting an error when calling model->save('recog.xml');
The instantiation and training seem to work fine.
However on save i recieve a Segmentation Fault (core dump).
Any clues about this issue?
blind stab in the dark : you've got (your os') permission to write there ?
which one are you using ? eigen, fisher, lbp ?
(also, add some info about your os, opencv version, the whole schlepp, it won't offend anyone trying to be helpful here .. )
I'm using eigen and fisher face methods. Although the aim is to use fisher face.
Opencv 2.6.1 with Ubunut Raring Ringtail 13.04
I'll add the error message when i get back from work. :)