Ask Your Question
2

Convert haarcascade to LBP

asked 2012-07-25 20:16:30 -0600

Victor1234 gravatar image

Is it possible to convert haarcascade to LBP and how?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
4

answered 2012-07-26 00:25:40 -0600

Maria Dimashova gravatar image

If "haarcascade" means a cascade trained on Haar features, the answer is of course NO. You need retrain the cascasde for the LBP features at least because for computing new features and choosing the decision ones you have to have a set of images. But it's easy to train LBP cascade if you have the training data that was used to train your existing Haar cascade even if you used haartraining app. For the LBPs you should use traincascade app and follow to the doc.

edit flag offensive delete link more

Comments

I use haarcascades from haarcascade opencv folder to find people in city square, i read that object recognition with LBP cascades more faster. When i can find training data for haarcascade_fullbody.xml or LBP cascade? Do you know some cascade-collection?

Victor1234 gravatar imageVictor1234 ( 2012-07-27 10:30:56 -0600 )edit

Question Tools

Stats

Asked: 2012-07-25 20:16:30 -0600

Seen: 980 times

Last updated: Jul 26 '12