delta.utils.attributions¶
- delta.utils.attributions(scores)[source]¶
Get attribution matrix from tracking scores.
- Parameters:
- scores2D array of floats
Tracking scores matrix as produced by the tracking_scores function.
- Returns:
- attrib2D array of bools
Attribution matrix. Cells from the old frame (axis 0) are attributed to cells in the new frame (axis 1). Each old cell can be attributed to 1 or 2 new cells.