Project Note2

本文探讨了如何确定Delaunay三角剖分中的顶点是否位于其自身的Voronoi区域内。通过使用加权距离进行测试,可以判断一个顶点是否在其Voronoi区域内。如果一个顶点到自身的距离小于到其他任何顶点的距离,则该顶点位于其Voronoi区域内。

开发板推荐:天空星STM32F407VET6开发板

超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印

Voronoi Region

Whether a disk should be draw at the vertex of the triangulation depends on whether this vertex is in its Voronoi region or not!

How to test whether a Delaunay vertex is in its Voronoi region or not?

Use the weighted distance to test!

If a Delaunay vertex, denoted as p, is in its own Voronoi region, then the distance from p to p must be smaller than p to any other vertices. If it is not in its own Voronoi region, then the above judgement will not right. Therefore, for each vertex to test whether it is in its Voronoi region or not, we can just test all the vertices connected to it directly whether the above judgement is right or not.

Progress

Till now, my project finally has come out some result for the first step.

1 2  3 4 5

Next step is to deform form the first data set, point set, to the second one.

Come on!

开发板推荐:天空星STM32F407VET6开发板

超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值