Convert haarcascade to LBP
Is it possible to convert haarcascade to LBP and how?
Is it possible to convert haarcascade to LBP and how?
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.
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?
Asked: 2012-07-25 20:16:30 -0600
Seen: 1,027 times
Last updated: Jul 26 '12
How do I reduce the effects of lighting conditions for a face expression classification system?
LBP features and cascade classifier training, model details
Fish detection. Is haartraining a good approach ?
Human detector using HAAR cascades has too many false positives it is confident about
HAAR training fails at different stages
Is HaarDetectObjects rotation invariant ?
Haar Cascade detecting only faces(no heads)?
Haar Classifier patent infringement?
Haar object detection patent issue
Are they any lbpcascade other then lbpcascade_frontalface.xml any where?