Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
const char *file_name = "haarcascade_frontalface_alt2.xml";
CvHaarClassifierCascade *cascade = (CvHaarClassifierCascade*)cvLoad(file_name, 0, 0, 0);//error here


What I have tried:

I have tried all methods I could find on the Internet,but no one works.I really need some new methods or personal experience.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900