Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to view positives during Haar Cascade classification

Hello, everyone, I have trained my own classifier in Opencv and when I run it a get kind of bad results. My goal is to use the Haar features as a guideline so I'd like to view the positives not after the entire cascade classifier has been executed but in each step, after every feature. Is it then, possible to tell the detector to stop at that feature or do I have to manually truncate the xml file containing the features thresholds? Thank you