Open Yuxiang1990 opened 2 months ago
Hi @Yuxiang1990,
you are correct that skeletonizing each label individually slightly differs from the binarized skeletonization we are doing for multiclass problems. However, that is actually what we usually want, as this way the skeletons for different classes stay connected if the original segmentations were connected. Think about vessels, where you might be interested in blood flow but have different classes in your vessel tree.
Best, Yannick
Hi, for multi-class segmentation, extraction skeleton line for each label may diff from extraction of binary mask followed by multiply label mask.