format change in cascade.xm. (Bug #3686)
Description
trying to use vb with the cascade.xml from from traincascade.exe. It works with haartraing.exe but not from cascade from traincascade.exe.
Dim haardector as HaarCascade ????
History
Updated by Steven Puttemans almost 11 years ago
Please post your question at the Q&A forum (http://answers.opencv.org/questions). This behavior is normal since the model used by cascade classifier training tool is different from the haartraining model. You cannot mix them up. So don't define them as a HaarCascade but as a CascadeClassifier!
- Status changed from New to Cancelled