swapping all necessary triangles to maintain the Delaunay criterion, and read-
justing the priorities of all affected points. It is obvious that the time required
for retriangulation is proportional to the number of readjusted points and the
logarithm of the number of queued points. Therefore, a heuristic is used to start
the process with as many significant points as possible.
The set of initial points is formed by selected points on the convex hull and
the
significant extremes.
The points which are selected on the hull include all
consecutive hull points which are not collinear (i.e., not in line with respect
to their planimetric location). Collinear points are handled specially, which is
particularly important when the input points originate from a regular grid, since
all points on the edge of the grid are collinear. A variant of the Douglas-Peucker
algorithm is applied to the profile of collinear points using
Az
as a distance
tolerance. Local extremes form further candidates for the initial point set. The
following definitions are used to select the
significant extremes:
- A local minimum is considered as significant if it is the global minimum in
a basin of depth greater or equal
Az.
-
A local maximum is considered as significant if it is the global maximum on
a hill of height greater or equal
Az.
These definitions lead to a straightforward approach for the determination
of local minima and maxima. The local, minima are sorted by their altitude
by inserting them into a priority queue. Then, the following step is repeated
until all minima in the queue are tested. The lowest remaining minimum z~ is
selected, and the points in its neighborhood traversed radially until the lowest
point along the 'wavefront' of this traversal is higher than z~ + Az. If a local
minimum is found in this process, it can be removed from the priority queue.
As soon as a point is found which is lower than z~, the traversal is aborted and
the current minimum discarded. The same method is also used in an analogous
way to determine significant maxima.
An example of ATM filtering is shown in Figure 17: starting from a gridded
digital terrain model (68,731 points), a TIN with a tolerance of 5 m (with 11,450
points or 16.Tremaining), and a TIN with a tolerance of 10 m (5,732 points or
8.3) were obtained.
The fact that for the determination of the significance of a point the vertical
distance is weighted offers the potential for useful extensions. In the normal
case, the weight is set to the inverse of
Az,
and therefore constant. However, the
weight can also be modified individually according to the specific properties of
each point. For instance, points on structure lines can be assigned higher weights
than others, thus enabling the preservation of linear structural features. In a
similar way, the level of detail of perspective views can be adjusted according
to viewing depth. Height values of points can be weighted according to some
function that is proportional to the inverse of the distance of a point to the
viewpoint (Hess 1995, Misund 1996)~ Points near the viewer are thus assigned
higher weights than distant ones, causing more points to be removed from the
TIN in distant regions which are less likely to be discernible.
128