[blob_finder] upgraded pixel_cnt to 32 bit integer (#1913)

This commit is contained in:
Wilco Schoneveld
2016-10-28 19:23:17 +02:00
committed by Michal Podhradsky
parent d9c82a2cdb
commit 72e068bbb9

View File

@@ -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)