将点数据库转换为体形
我有一个数据库,其中包含点格式的身体扫描结果。 例如:
point1=(x,y,z)
point2=(x2,y2,z2)
...
我想将这些点转换为身体形状。
我想对这一点进行一些处理,例如计算颈部直径和一些相关的计算。
有什么建议吗? (模块、教程等...)
I have a database containing body scan results in point format.
For example :
point1=(x,y,z)
point2=(x2,y2,z2)
...
I want to convert these points to body shape.
And I want to do some processing on this points for example calculate neck diameter and some related calculation.
Any suggestion ? (module , tutorial etc...)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一些计算几何的基础教科书。请参阅此问题,例如: https://stackoverflow.com/questions/3308266/computational-geometry
You need some basic textbook on computational geometry. See this question, for example: https://stackoverflow.com/questions/3308266/computational-geometry