struct CvAvgComp

#include <objdetect_c.h>

struct CvAvgComp
{
    // fields

    int neighbors;
    CvRect rect;
};