Changes between Version 37 and Version 38 of GSoC/2014


Ignore:
Timestamp:
Feb 9, 2014, 11:40:37 PM (10 years ago)
Author:
mmetz
Comment:

Extracting the medial axis of polygons

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014

    v37 v38  
    104104 * Co-mentor: Martin Landa (landa.martin AT gmail DOT com)
    105105
     106=== Extracting the medial axis of polygons ===
     107
     108The medial axis, sometimes also called topological skeleton, is a line version of a polygon where all points on the lines are equidistant to the polygon's boundaries. The medial axis can be used to extract the center line of a polygon, useful e.g. to convert a river represented as a polygon to a line. While the theory for extracting a medial axis is well known, actual implementations often use an approximation instead of the exact medial axis. Extracting the exact medial axis poses problems with regard to floating point accuracy around concave vertices where the medial axis has the form of a parabola. A collection of algorithms exist to define parabola equations around concave vertices, intersect parabolas, and approximate parabolas with straight line segments. A working implementation is not yet available for GRASS.
     109
     110Mentor: Markus Metz
     111
    106112=== Visualization of large point clouds in 3D in GRASS GIS wxGUI ===
    107113