搜索资源列表
mesh_applet
- Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and Voronoi diagrams are among the most widely used data structures in the field of Computational Geometry. These are Java-oriented source codes.
Mesh_Ap_Delaunay
- Creates and displays a Delaunay Triangulation (DT) or a Voronoi Diagram (VoD)
uuu
- Java生成Voronoi图 (1)产生二维空间随机种子(数量预设) (2)对种子膨胀,直至空间结点全部被标记 (2.1)标记归属与距离值 (2.2)并记录上下次膨胀结点 (3)扫描二维空间结点,找出距结点 (4)在控件上给出种子与Voronoi图 -Voronoi diagram generation Java (1) generate a random seed of two-dimensional space (the number of default) (2
MyVoronoi
- 学GIS的可以看看,手工添加点自动建立delaunay三角网和voronoi图-Learning that can take a look at GIS, manual add points automatically create delaunay triangulation and voronoi diagram
HPlatformSDK
- 这个是Voronoi生成的代码, 理论基础是扫描线法,具体可以再google上搜索Sweep line method.-include the head file and source code for generating the Voronoi diagram, which is based on the Sweep line algorithm