diff --git a/sw/airborne/modules/computer_vision/blob/blob_finder.h b/sw/airborne/modules/computer_vision/blob/blob_finder.h index 576110f09f..b898a819a6 100755 --- a/sw/airborne/modules/computer_vision/blob/blob_finder.h +++ b/sw/airborne/modules/computer_vision/blob/blob_finder.h @@ -44,7 +44,7 @@ struct image_label_t { uint16_t id; ///< Blob number uint8_t filter; ///< Which filter triggered this blob - uint16_t pixel_cnt; ///< Number of pixels in the blob + uint32_t pixel_cnt; ///< Number of pixels in the blob uint16_t x_min; ///< Top left corner uint16_t y_min; uint32_t x_sum; ///< Sum of all x coordinates (used to find center of gravity)