Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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;

image description

Is there any wrong here ? I have taken this xml from here: link text

can you help me ?

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;

image description

Is there any wrong here ? I have taken this xml from here: link text

can you help me ?

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 ?