CellTrackingChallenge / label-fusion-ng

Generalized Fiji Tool for Automatic Fusion of Segmentation and Tracking Labels
https://celltrackingchallenge.net/annotations/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

new finalizer module #4

Open xulman opened 2 years ago

xulman commented 2 years ago

currently: CCA with choosing of the largests CC try new: for candidates were large (>10%) collision were resolved, try to check all involved candidates as follows:

This should remove "embracing around normal candidates by one that is oversegmenting a lot"...

xulman commented 1 year ago

Another tweak, motivated by a real (and rare) problem in some data, is that the current CCA is choosing the largest component but it should be choosing a component that is overlapping with the original TRA marker. Sometimes the same instance ID (in an instance segmentation result) is repeated, defining multiple-segments in this way, and not necessarily the largest component is the one that brought this multi-segments result for consideration w.r.t. to the currently examined TRA marker. Since this is the latest (cleaning) stage of the fusion, chosing a component that overlaps with TRA will also guarantee that the produced result overlaps with TRA (which again was sometimes seen in the fused data), see #7.