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.
如何标记 3d 点云数据集?是否有软件可以加载包含 x,y,z 值的文本文件,然后将其可视化,以便我可以标记它?
想到的几个 3D 图形包可能会对您有所帮助。
VTK是一个开源的 3D 可视化工具包。已经有很长一段时间了——我在 1998 年用于研究生院的研究项目。
Matplotlib 有一个相对较新的3D 模块,如果你喜欢 python...
Processing 具有3D 功能,如果你喜欢 java...