mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 02:52:42 +08:00
[blob_finder] upgraded pixel_cnt to 32 bit integer (#1913)
This commit is contained in:
committed by
Michal Podhradsky
parent
d9c82a2cdb
commit
72e068bbb9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user