Ask Your Question
3

Implement BBF / ICF for object (face) detection.

asked 2013-04-19 20:07:36 -0600

bompus gravatar image

updated 2013-04-19 20:15:33 -0600

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-04-20 05:33:04 -0600

Guanta gravatar image

updated 2013-04-20 14:50:52 -0600

Nice papers! If you have the time: Implement / integrate the code to OpenCV and make a pull request (see http://code.opencv.org/projects/openc...). Typically the OpenCV developers are already pretty busy.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-04-19 20:07:36 -0600

Seen: 1,057 times

Last updated: Apr 19 '13