createEigenFaceRecognizer problem
With this code
Ptr<FaceRecognizer> model = createEigenFaceRecognizer();
I get an error message which is :
First-chance exception at 0x75049617 in Cs.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0012f518..
I had no idea about this. I tried many difference ways however still cannot figure out the problems. Please help me!