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.
我想用 python 从一系列 2D 切片中绘制一个 3D 框。切片都是黑白的。我猜最后只会看到盒子的表面,因为黑色区域会覆盖白色的内部。至少这对我的目的也足够了。最好的办法是我可以添加 PNG 格式的单个切片(大约 200 个)来制作 3D 框。
这对python有可能吗?或者是否有任何其他程序可以代替?
也许您可以通过提取 2D 切片的外表面来构建网格。matplotlib可以渲染简单的表面并将结果保存为 PNG 格式。