Cell Hulls
CellHulls contains the data on the hulls which results of the segmentation and resegmentation. Hulls are the lowest level of the Tracking Hierarchy[1] and describe the location of each cell on the image on a given frame.
Field Values
| Field | Description |
|---|---|
| time | The frame number associated with the image from which the hull was taken |
| points | The xy coordinates vertex points of the convex hull |
| centerOfMass | The xy location of the centroid of the indexed pixels |
| indexPixels | The xy locations of the BW connected component used to make the hull |
| deleted | boolean indicating if the hull has been deleted by Reseg |
| userEdited | boolean indicating if the hull was made manually in Reseg |