Haars Cascade for Actionscript development

倾然丶 夕夏残阳落幕 提交于 2019-12-11 23:32:25

问题


I have an object that I want to be able to recognize in AS3.

There's a port of OpenCV for AS3 already, that works with Haars cascades, so now I need to create a cascade of my object.

From what I've read, I'll have to create an XML of several images (positive and negative), but I can't find a program that'll do that for Mac OS X.

Is there anything I can use that'll generate that XML on Mac OS X?

Cheers, Andre


回答1:


It's just a parsing job. Use this: http://www.moment77.se/flash-classes/code-snippets/convert-haar-cascades-from-xml-to-actionscript/



来源:https://stackoverflow.com/questions/2957236/haars-cascade-for-actionscript-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!