BBOX#
Python object: phenotypic.schema._bbox.BBOX
Extract bounding box coordinates and centroids of detected colonies.
Compute the axis-aligned bounding box and centroid (geometric and intensity-weighted) for each detected colony. These spatial measurements form the foundation for region-of-interest extraction, grid alignment assessment, and neighbor-distance calculations.
Column label |
Description |
|---|---|
|
The row coordinate of the center of the bounding box. |
|
The smallest row coordinate of the bounding box. |
|
The largest row coordinate of the bounding box. |
|
The column coordinate of the center of the bounding box. |
|
The smallest column coordinate of the bounding box. |
|
The largest column coordinate of the bounding box. |
|
The intensity-weighted center row coordinate of the object (skimage |
|
The intensity-weighted center column coordinate of the object (skimage |
|
Row coordinate of the per-object Euclidean-distance-transform maximum (deepest interior point of the object mask). Robust to thin filamentous extensions that pull intensity-weighted centroids off-body. |
|
Column coordinate of the per-object Euclidean-distance-transform maximum (deepest interior point of the object mask). Robust to thin filamentous extensions that pull intensity-weighted centroids off-body. |