Error loading CascadeClassifier
Hi. I have met a weird crash rtying to load an xml into CascadeClassifier:
if(! m_CascadeFace.load("haarcascade_frontalface_alt.xml")) // <-- crash
return;
where m_CascadeFace is type of cv::CascadeClassifier.
Is there any wrong here ? I have taken this xml from here: link text
can you help me ?
please no screenshots ! (add text instead)
I remove the image.
maybe you should check, if there's really valid xml inside that file (not an html error msg from a failed download)
Berak, tank you. You were right. I have checked xml files with this tool: link text but I downloaded from github, without error ... I wonder where can I find them good ...