Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It is possible to train OpenCV with other types of features. There is an implementation for LBP features cascades in OpenCV.

Basically you need to extend the class FeatureEvaluator and create your MyFeatureEvaluator.

The problem, I think, is that the OpenCV code still handles only features that are obtained by comparing, or performing other kinds of operations in rectangular regions inside the images.