如何从其骨架重建3D体积?

时间:2019-12-23 18:34:28

标签: python matlab image-processing multidimensional-array 3d

我有一个多维Blob及其骨架化的结果。 我已经从骨骼中修剪了一些分支,现在我想重建多维斑点,而没有代表我修剪的分支的区域。 我想知道是否有一个类似于pymorph.cthick的函数,它“通过对以二进制图像g为条件的二进制图像f进行加粗来创建二进制图像y” [https://pythonhosted.org/pymorph],但可以在多维数组中使用代替。 或者,如果您有任何观点或方法可以建议重建原始体积,而没有代表我在骨骼中修剪的分支的区域。

提前谢谢! The grey area is the original volume and the blue is the resulting skeletonization, I have pointed with red arrows to branches I have pruned in the skeleton, just as an example.

0 个答案:

没有答案