Voronoi regions of line segment sites

4 views (last 30 days)
Jacob Lynch August
Jacob Lynch August on 2 Jun 2016
My question continues from one found here. I'm looking for a method to get the Voronoi regions' boundaries of line segment sites (not points), similar to page 8 of this presentation.
Searching through functions and tutorials of the Mapping Toolbox have not aligned with that objective. Since the inputs are vectors, avoiding an image-based approximation is preferred.
Is this type of GIS computation offered in MATLAB?
Currently, I'm using Delaunay Triangulation with additional points along edges and adding the triangles' circumcenters to the DT. While a good approximation, it is a time and memory hog, ultimately not capturing the only details I really care about: the boundary regions.

Answers (0)

Categories

Find more on Voronoi Diagram in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!