You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This label_centerlines is realy a very good project. However, I wonder whether it can provide the center lines from a 3D binary mask?
In addition, currently, I use the skimage.measure.skeleton to obtain the skeletion, but the skeletion is really not smooth and there are some wrong branches. Thus, could you please explain how to exclude the wrong branch and smooth the center line?
Thank you very much!
The text was updated successfully, but these errors were encountered:
I'm not sure what you mean by "3D binary mask". I guess a 2D binary mask in this context is a raster dataset, so in order to use it with this tool you can try to vectorize the raster into a feature and then apply the centerlines algorithm. I don't think this would work for a 3D dataset though.
This label_centerlines is realy a very good project. However, I wonder whether it can provide the center lines from a 3D binary mask?
In addition, currently, I use the skimage.measure.skeleton to obtain the skeletion, but the skeletion is really not smooth and there are some wrong branches. Thus, could you please explain how to exclude the wrong branch and smooth the center line?
Thank you very much!
The text was updated successfully, but these errors were encountered: