Ask Your Question

jarod's profile - activity

2020-10-10 00:21:12 -0600 received badge  Popular Question (source)
2013-01-25 01:15:57 -0600 commented question lbpcascade_profileface.xml in OpenCV2.4.3 load failed

I delete the comment lines in lbpcascade_profileface.xml , and it do worked , the error didn't happen again when load the file. But seems the cascadeclassifier can't detect profile faces.

2013-01-24 02:41:57 -0600 asked a question lbpcascade_profileface.xml in OpenCV2.4.3 load failed

I tried to use the lbpcascade_profileface.xml in OpenCV2.4.3 to make the profile face detect , but when I load the CascadeClassifier , it failed and memory exception , could anybody help me to solve this problem?Thanks very much in advance , my code is as below.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
String cascadeNameLBPProfileFace =  "C:\\Users\\Administrator\\Desktop\\FaceDetect\\data\\lbpcascades\\lbpcascade_profileface.xml";  

...

CascadeClassifier cascadeLBP_Face;
cascadeLBP_Face.load(cascadeNameLBPProfileFace);

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

when run to"cascadeLBP_Face.load(cascadeNameLBPProfileFace);" , the exception will happen , the hint is "Unhandled exception at 0x771015de in FaceDetect.exe: Microsoft C++ exception: cv::Exception at memory location 0x00fbe7f4.."