Download presentation
Presentation is loading. Please wait.
Published byLeonard Hudson Modified over 9 years ago
1
Headlines - Font: Ariel, Size:32, white Breadtext: Font: Ariel, Size: 22, color white This is a table cell with color RGB 96,96,96 Headline Running text has color RGB: 96, 96, 96 This is a table cell with RGB color:: 212 222 228 The cell separator in the table has color white and width 6 pt Running text… Headline Pictures with border: Borderline 0,5 pt Border color RGB: 96, 96, 96 Picture without a border… Headlines - Font: Ariel, Size:32, RGB: 96, 96, 96 TerraSTREAM: Topological Simplification MADALGO – Center for Massive Data Algorithmics, a Center of the Danish National Research Foundation Grid/TIN ConstructionFlood SimulationTopological SimplificationFlow RoutingFlow AccumulationPfafstetter LabelingContour Map GenerationGrid Quality Metric Introduction Topological Simplification and Flow Routing Simplification and Contour Line Generation Removing Sinks The top right terrain has been simplified using height as geometric measure. The bottom right terrain has been simplified using volume as geometric. The thresholds used are the ones given in the graph above, so that in each of the terrains only three sinks are kept after simplification. Conclusion: The sinks kept when using volume simplification seem much more significant and intuitively they correspond to the sinks that water will realistically flow towards. Flow Routing The red river network is generated from the height simplified terrain. The blue river network is generated from the volume simplified terrain. Conclusion: Blue network is connected in the purple circles and the flow is more “natural” in the blue circles. Contour Lines We can enhance the output of contour line generation, by removing sinks that result in insignificant contours. Black contour lines were generated from a terrain simplified using volume as geometric measure. Red contour lines were generated from a terrain simplified using height as geometric measure. In the top figure the black lines have been drawn on top of the red lines and vice versa in the bottom figure. Conclusion: Volume simplification removes many insignificant contours (top) that are kept when using height, whereas height simplification removes contours that seem significant (bottom). Significant Sink Insignificant Sink Motivation Problem: Detailed data set Many small, insignificant sinks. Flow Routing Consequence: Disconnected river network. Contour Line Consequence: Many small and insignificant contours. Solution: Find insignificant sinks and remove them. I/O-Efficient Algorithm Topological simplification using height persistence can be done I/O-efficiently using I/O-efficient batched union-find as proposed by Agarwal, Arge and Yi in 2006 [SoCG’06] We defined and solved the more general batched union-find with dynamic set properties so that a wide range of geometric measures can be computed. Solution We associate a geometric measure with each sink. The geometric measure can be the height, area or volume (and any combination of these) of the sink. Define a significance threshold and remove all sinks with geometric measure lower than the threshold. Big Volume Big Area Big Height Geometric Measures The graph to the right shows both the height and the volume of each sink (red cross) in the terrain depicted below. The Vertical line represents the height threshold that removes all but the three highest sinks. The Horizontal line represents the volume threshold that removes all but the three largest sinks.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.