Week5: 14 Terrains2 Flashcards
The distribution of the sampled data can depend on ..
the acquisition technique or on the specific application
Polyhedral Terrain models: properties
1) can be used for any type of sampled pointset (regularly & irregularly distributed)
2) can adapt to the irregularity of terrains
3) represent continuous surfaces
The most commonly used polyhedral terrain models
Triangular Irregular Networks (TINs) where each polygon of the domain partition is a triangle
TINs: important properties
1) guarantee the existence of a planar patch for each region (triangle) of the domain subdivision (three points define a plane): the resulting surface interpolates all elevation data
2) The most commonly used triangulations are Delaunay triangulations
Why Delaunay triangulations?
1) they generate the most equiangular triangles in the domain subdivision (thus minimising the numerical problems e.g. point location)
2) their dual is a Voronoi diagram. Therefore, some proximity queries can be solved efficiently
3) proven that they generate the best surface approximation (in terms of roughness) in 3D independently of the z values
4) several efficient algorithms to calculate them
The most commonly used gridded elevation models are ..
Regular Square Grids (RSGs) where each polygon in the domain partition is a square
TINs & RSGs
- both models support automated terrain analysis operations
- RSGs are based on regular data distribution
- TINs can be based both on regular and irregular data distribution
Digital Contour Maps: properties
1) easily drawn on paper
2) very intuitive for humans
3) not suitable for complex automated terrain analysis
An approximate terrain model is ..
a model that uses a subset of the data available