Ask Your Question
1

Haar cascade vs Lbp cascade vs Hog Cascade in object detection

asked 2014-04-05 13:12:27 -0600

victorzx gravatar image

I am doing an project about recognizing one kind of leaf. Well I am using opencv c++. I have read about using 3 different features extraction but I do not know when I can use haar, lbp or hog. I want to use my program in a embedded system so the thing is what type of feature exctraction is better in emebedded system? and why?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-06-13 09:53:06 -0600

AbbeFaria gravatar image

updated 2014-06-13 09:53:58 -0600

You should look up each of the feature types and do some research to understand how they work,and then ask more detailed questions. I'll put some links here for you. There are so many different variables about your embedded system that are unknown to us that it makes it impossible to gauge what will be the best. It will take time and experimentation, really, no matter what. Depending firstly on your system constraints and what kind of features you wish to detect. HoG: http://en.wikipedia.org/wiki/Histogra... HAAR: http://en.wikipedia.org/wiki/Haar-lik... LBP: http://en.wikipedia.org/wiki/Local_bi... Good Luck!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-04-05 13:12:27 -0600

Seen: 8,569 times

Last updated: Apr 05 '14