Ask Your Question

Revision history [back]

All C++ interfaces of detectMultiScale and detect on cascade classifiers depend solely on the new XML structure. They will not be able to read the xml file if it was created using the old haartraining interace.

As suggested before. Quit using the old and deprecated C-API and move on to the C++ interface. It will make your life so much easier.