比较原始 TIN 和简化 TIN

发布于 2024-09-08 03:44:13 字数 288 浏览 4 评论 0原文

我有两个地形的 TIN(不规则三角网)。第一个 (TIN1) 是原始的,假设有 X 个点。另一个 (TIN2) 是简化的(通过某种抽取算法减少了点数),假设它是从 Y 点构建的,其中 X>Y。现在,我如何对这两个 TIN 进行以下比较:

1) TIN2 与 TIN1 有何相似之处?或 TIN2 如何偏离 TIN1?或者如何比较 TIN2 与 TIN1 的准确性?

2) 有哪些工具或方法可以帮助我获得有关 TIN2 相对于 TIN1 准确性的大部分信息?

您能否给我指出任何论文、书籍、链接……?多谢!

I have two TINs (triangulated irregular network) of a terrain. First one (TIN1) is the original one, let's say with X number of points. And the other (TIN2) is simplified (the number of points were reduced by some decimation algorithm) one where let's say it was build from Y points, where X>Y. Now, how could I do the following comparison between these two TINs:

1) How TIN2 is similar to TIN1? or How TIN2 deviates from TIN1? or How could I compare the accuracy of the TIN2 with respect to TIN1?

2) What are the list of tools or methods that would help me to get the most of the information regarding the accuracy of the TIN2 with respect to TIN1?

If you could possibly point me to any papers, books, links,...? Thanks a lot!

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

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

发布评论

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

评论(1

独自←快乐 2024-09-15 03:44:13

我参加了一个医学图像处理竞赛,该竞赛设置了一些标准模型相似性度量。完整规范位于此处,第 6 节。使用的 4 项措施是 -

  1. 平均表面距离,

  2. 最大表面距离,

  3. 均方根表面距离,

  4. 骰子系数。

其中每一项可能对您有用,也许需要一些小的调整(例如,Dice 相似性度量有界)体积 - 您可能需要设置一个固定深度来限制两个地形所包围的体积)。

I was involved in a medical image processing contest that set some standard model-similarity measures. The full spec is here, section 6. The 4 measures used were -

  1. Mean surface distance,

  2. Max surface distance,

  3. Root-mean-square surface distance,

  4. Dice coefficient.

Each one of those might be useful to you, perhaps with some minor adaptations (e.g., the Dice similarity measures bounded volumes - you might want to set a fixed depth to bound the enclosed volume by both terrains).

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