OpenCV FaceRecogniser Save

asked 2013-09-09 16:33:39 -0600

MRDaniel gravatar image

updated 2013-09-10 01:03:40 -0600

Moster gravatar image

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?

edit retag flag offensive close merge delete

Comments

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 .. )

berak gravatar imageberak ( 2013-09-09 16:42:06 -0600 )edit

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. :)

MRDaniel gravatar imageMRDaniel ( 2013-09-10 23:01:07 -0600 )edit