简体   繁体   English

Opencv的新Haarcascade

[英]New Haarcascade for Opencv

i'm searching for NEW* Haarcascade for OpenCV. 我正在为OpenCV寻找NEW * Haarcascade。 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. 不幸的是,OpenCV包含的所有层叠以及我在Internet上建立的所有内容(大多在这里-http://alereimondo.no-ip.org/OpenCV/34/ )都不是新的。 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. 调用haar.isOldFormatCascade()将返回false。

those should be all in the new format 这些应该全部采用新格式

(you can only use the softcascade with the master version) (您只能将软件级联与主版本一起使用)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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