简体   繁体   中英

New Haarcascade for Opencv

i'm searching for NEW* Haarcascade for OpenCV. It can be anything - face, human, car, whatever, right now i just need it for some test. Unfortunately all cascades included to OpenCV and everything i've founded on the internet (mostly here - http://alereimondo.no-ip.org/OpenCV/34/ ) are not new. To be honest - i don't know what's the difference between old and new format. I need it in new format because it's much easier to modify code which detects objects using new cascade format.
Of course the best thing for me would be converter but just one haarcascade in new format will be great as well.

*new cascade - cascade in new format, which means that after loading:

CascadeClassifier haar = CascadeClassifier("some_haar_cascade.xml");

calling haar.isOldFormatCascade() will return false.

those should be all in the new format

(you can only use the softcascade with the master version)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM