Matlab implementation of Haar feature extraction

﹥>﹥吖頭↗ 提交于 2019-12-21 05:23:18

问题


Does anyone know of a (purely) matlab implementation of Haar feature extraction (the kind used in Viola&Jones object detection algorithm)? (I ran across a matlab binding to Opencv's implementation but this is not what I am looking for)


回答1:


I came across this code published as part of a Google Summer of Code 2007 project under GNU GPLv2 license.

Face detection for F-spot

Note that I haven't tested it myself, just thought it could be useful for you..



来源:https://stackoverflow.com/questions/2058138/matlab-implementation-of-haar-feature-extraction

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