Hi! Are there limitations for de size of the training set? When I want to train a bigger training set, I obtain this error :
System.Runtime.InteropServices.SEHException msvcr120d.dll!_CxxThrowException(void * pExceptionObject, const _s__ThrowInfo * pThrowInfo) Zeile 154 C++
I am also not able to load an previous created Eigenface- Recognizer with another Trainingset ( //model->load("face-rec-model-eigen.xml"); ) . Same error. That´s strange because it works with my Fisherface-Recognizer.
I have no idea what´s wrong. Thanks for your help.