royerlab / ultrack

Cell tracking and segmentation software
https://royerlab.github.io/ultrack
BSD 3-Clause "New" or "Revised" License
64 stars 7 forks source link

plantseg boundaries #89

Open tischi opened 4 months ago

tischi commented 4 months ago

Hi,

We are having quite nice plantseg boundaries, but it seems that ultrack sometimes produces a "funny" segmentation:

image

Do you have a suspicion why the cell in the center could only be segmented half?

JoOkuma commented 4 months ago

This is a hierarchical watershed artifact. Regions' "flat" intensities create arbitrary partitions that are, most of the time, a straight line.

You have three options to fix this:

tischi commented 4 months ago

Awesome! min_frontier sounds super useful!

JoOkuma commented 4 months ago

I'll leave this open until we add into the FAQ