uint16_t x_min
Top left corner.
uint32_t pixel_cnt
Number of pixels in the blob.
uint8_t filter
Which filter triggered this blob.
void image_labeling(struct image_t *input, struct image_t *output, struct image_filter_t *filters, uint8_t filters_cnt, struct image_label_t *labels, uint16_t *labels_count)
uint8_t y_min
YUV color filter.
uint32_t x_sum
Sum of all x coordinates (used to find center of gravity)
struct point_t contour[512]
Image helper functions like resizing, color filter, converters...
static struct FirstOrderLowPass filters[SYS_ID_CHIRP_NB_AXES]
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.