delta.utilities.getAttributions¶
- delta.utilities.getAttributions(scores: numpy.ndarray[Any, numpy.dtype[numpy.float32]]) numpy.ndarray[Any, numpy.dtype[numpy.bool_]]¶
Get attribution matrix from tracking scores
- Parameters
- scores2D array of floats
Tracking scores matrix as produced by the getTrackingScores 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.