modified facedetect to properly display very oblong objects and optionally flip image...
authorVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Wed, 22 Aug 2012 11:48:57 +0000 (15:48 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Wed, 22 Aug 2012 11:48:57 +0000 (15:48 +0400)
commitbbf679267ae1ffdd4bdedb5497a8e03ed059678b
treed9f9fe6fc1ab5453d524f4c83381fd522f26a8a5
parente95bc7d502ce74748cde30c48bc54e360e039fd1
modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012)
data/lbpcascades/lbpcascade_profileface.xml [new file with mode: 0755]
data/lbpcascades/lbpcascade_silverware.xml [new file with mode: 0755]
samples/c/facedetect.cpp