error in CascadeClassifier with haarcascade
whats the meaning of following errors in opencv2.4.5
undefined reference to `cv::CascadeClassifier::CascadeClassifier()'
undefined reference to `cv::CascadeClassifier::load(std::string const&)'
undefined reference to `cv::CascadeClassifier::detectMultiScale(cv::Mat const&, std::vector<cv::Rect_<int>, std::allocator<cv::Rect_<int> > >&, double, int, int, cv::Size_<int>, cv::Size_<int>)'
thanks in advance!!!!
It means that your system cannot locate your openCV libraries. You must have done something wrong in configuring your system or while building the project. Check if linker settings are correct, if your global OS settings are correct, ...
I have the same problems...pls help me with more details...Thks
Follow the guidelines in the official installation tutorials. For Windows and for Linux.