Question

The declaration of the function load(string) is in objdetect.hpp I want to know the inner code of the function, so that this question could be answered.

I have tried whatever has been answered in that query, but the classifier is still not loading ...

I am using OpenCV 2.3 in VS 2010.

Please help!

Was it helpful?

Solution

The file is modules/objdetect/src/cascadedetect.cpp.

You should download OpenCV source to see this file.

Here's link on load method.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top