Ask Your Question

bompus's profile - activity

2014-01-22 02:17:05 -0600 received badge  Nice Question (source)
2013-04-22 17:54:53 -0600 received badge  Supporter (source)
2013-04-20 05:33:35 -0600 received badge  Student (source)
2013-04-19 20:15:33 -0600 received badge  Editor (source)
2013-04-19 20:07:36 -0600 asked a question Implement BBF / ICF for object (face) detection.

Are there any plans to introduce some additional object recognition functions? I'm working with head / face detection and I believe that these would be very good for my purposes and for OpenCV in general.

BBF = Brightness Binary Feature -- http://libccv.org/doc/doc-bbf/

ICF = Integral Channel Features -- http://www.loni.ucla.edu/~ztu/publication/dollarBMVC09ChnFtrs_0.pdf -- http://www.idiap.ch/~odobez/HAVSS/2012-10-HAVSS-Monday-Carincotte-HumanDetection-Tutorial.pdf -- Fastest pedestrian detector in the west is based on this I believe.

I think both would need training, but I think this would be a good next step in face detection and probably close to what commercial solutions use.