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.
我正在使用 trimesh python 库。我想将面部法线覆盖在面部质心之上。有什么简单的方法可以做到这一点吗?
也许如果有一个外部库或帮助脚本可以快速做到这一点,那也会有所帮助。谢谢
我不确定你所说的覆盖面部法线是什么意思。如果它只是用于可视化,请使用可以为您提供可视化法线的库meshlab或open3d.
meshlab
open3d
如果问题是如何获取面部质心trimesh,则有mesh.triangles_center。
trimesh
mesh.triangles_center