struct CvHaarFeature

#include <objdetect_c.h>

struct CvHaarFeature
{
    // fields

    CvRect r;
    struct CvHaarFeature::@162 rect[3];
    int tilted;
    float weight;
};