Ask Your Question

Audhoot Chavan's profile - activity

2015-07-29 10:10:15 -0600 received badge  Scholar (source)
2015-07-28 15:33:41 -0600 commented question error: No member named 'getMat' in 'cv::face::FaceRecognizer'

thanks a lot guys it worked :)

2015-07-28 05:45:08 -0600 commented question error: No member named 'getMat' in 'cv::face::FaceRecognizer'

Thanks a lot ! I just need help with one more thing

Why am I getting this error?

error LNK2019: unresolved external symbol "struct cv::Ptr<class cv::face::basicfacerecognizer=""> __cdecl cv::face::createFisherFaceRecognizer(int,double)" (?createFisherFaceRecognizer@face@cv@@YA?AU?$Ptr@VBasicFaceRecognizer@face@cv@@@2@HN@Z) referenced in function "int __cdecl FaceRecognition(void)" (?FaceRecognition@@YAHXZ)

2015-07-28 05:44:40 -0600 received badge  Supporter (source)
2015-07-27 15:50:32 -0600 asked a question error: No member named 'getMat' in 'cv::face::FaceRecognizer'

Hello im low on time. I need a quick solution to this. I'm using opencv 3.0 and trying to get eigenvalues from this Fisherface recognizer model:

*Mat eigenvalues = model->getMat("eigenvalues");*

But it says 'getMat' is not a member in cv::face::FaceRecognizer. I tried reading the transition of opencv 2.0 to 3.0 and someone suggested using "GetLabelsByString" but i dont get it.

What should I use instead of getMat?

2015-06-15 00:11:54 -0600 asked a question opencv_world300.dll is missing?

Hello I just installed opencv and was trying to debug a "load and display image" code. But whenever i start debugging i get this error "The program cant start because opencv_world300.dll is missing from your computer. Try reinstalling the program to fix this problem".