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..