Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 matlab,我尝试将一个正方形和一个圆形物体变薄。它们的骨架几乎相同,形状像“X”。那么我可以假设,不能保证重建一个细化的对象吗?(而且我期待圆形物体的骨架只有一个像素宽的点,但我不知道这可能是因为一些噪音)
如果要进行重建,则必须使用中轴而不是骨架。
中轴是一种由球组成的骨架,骨架的每个点都是球的中心,它保证了所有球的重叠将重建对象。
该领域最好的论文由 Borgefor 发表,迄今为止最好的算法是 Eric Remy 和 Edouard Thiel 开发的算法。