1 | initial version |
Basically you have
Aside from that users of the OpenCV community took the liberty of implementing a cascade classifier interface, also known as boosting for the LBP and HOG features. There is no paper exactly describing the approachm but the Histogram of Oriented Gradients is best described in the Dallal and Triggs paper where they combine it with SVM classification instead of boosting.
2 | No.2 Revision |
Basically you have
Aside from that users of the OpenCV community took the liberty of implementing a cascade classifier interface, also known as boosting for the LBP and HOG features. There is no paper exactly describing the approachm but the Histogram of Oriented Gradients is best described in the Dallal and Triggs paper where they combine it with SVM classification instead of boosting.