确定3D“轮廓式”结构由样本的 3 维矩阵形成形状

发布于 2024-09-26 11:03:18 字数 199 浏览 5 评论 0原文

我正在尝试从 3 维样本矩阵中计算 3D 形状。我的想法是,我将有一个数据点的 3 维矩阵,每个对应的位置在 (X, Y, Z) 空间中,由此我将确定 (X, Y, Z) 中的一组 3 维形状每个轮廓数据点具有相似值的空间。与查找等值线类似,但在三维空间中除外。

谁能帮助我吗?欢迎算法参考或可重用代码(任何语言)。

预先感谢,

丹尼尔

I am trying to calculate 3D shapes out of a 3 dimensional matrix of samples. My idea is that I would have a 3 dimensional matrix of data points, with each corresponding location in (X, Y, Z) space, and from this I would determine a set of 3 dimensional shapes in the (X, Y, Z) space that each outline data points of similar values. Something similar to finding isolines, except in three dimensions.

Can anyone help me? Algorithm references or reusable code (in any language) welcome.

Thanks in advance,

Daniel

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

土豪 2024-10-03 11:03:18

您可能正在寻找Marching Cubes算法。

You may be looking for the Marching Cubes algorithm.

苏大泽ㄣ 2024-10-03 11:03:18

听起来像是行进立方体的工作。另请参阅此链接

Sounds like a job for Marching cubes. Also, see this link

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文