Performing Matlab Haar Function Extraction

Does anyone know of a (purely) Matlab implementation of extracting a Haar function (the type used in the Viola & Jones object detection algorithm)? (I came across a binding to Matlab for an Opencv implementation, but this is not what I'm looking for)

+4
source share
1 answer

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

Face recognition for F-point

Note that I did not test it myself, I just thought that it could be useful for you.

+2
source

All Articles