Tagged Questions
The voronoi tag has no wiki summary.
10
votes
2answers
1k views
Finding near neighbors
I need to find "near" neighbors among a set of points.
There are 10 points in the above image. Red lines are edges from the Delaunay Triangulation, black stars mark the mid-lines of the edges, blue ...
10
votes
5answers
2k views
Algorithm to compute a Voronoi diagram on a sphere?
I'm looking for a simple (if exists) algorithm to find the Voronoi diagram for a set of points on the surface of a sphere. Source code would be great. I'm a Delphi man (yes, I know...), but I eat ...
9
votes
3answers
263 views
Calculate Voronoi around polygon
I need to generate a Voronoi diagram around a concave (non-convex) inside polygon. I have looked for methods online, but I haven't been able to figure out how to do this. Basically, I generate the ...
7
votes
5answers
4k views
Easiest algorithm of Voronoi diagram to implement?
What are the easy algorithms to implement Voronoi diagram?
I couldn't find any algorithm specially in pseudo form. Please share some links of Voronoi diagram algorithm, tutorial etc.
Thanks in ...
7
votes
4answers
547 views
Territory Map Generation
Is there a trivial, or at least moderately straight-forward way to generate territory maps (e.g. Risk)?
I have looked in the past and the best I could find were vague references to Voronoi ...
6
votes
2answers
119 views
Plot VoronoiDiagram with different Norms
I got a big prob with mathematica(using version 8).
Plotting a Voronoi Diagram is simple stuff, but how about changing the norm?
<< DiscreteMath`ComputationalGeometry`
data2D = {{4.4, 14}, ...
6
votes
7answers
2k views
How can I make voronoi treemaps?
I want to make voronoi treemaps for statistics data, like
newsgraphy
Do you know how I can do that in Perl, PHP, Ruby, or Python?
5
votes
4answers
286 views
Matlab: Algorithm for voronoi diagram of ellipses
Are there any algorithms to implement Voronoi diagram that bounds the ellipses? The diagram would look like the pictures here voronoi diagram of ellipses
Can anyone share some ...
4
votes
1answer
890 views
Fastest way to get the set of convex polygons formed by Voronoi line segments
I used Fortune's Algorithm to find the Voronoi diagram of a set of points.
What I get back is a list of line segments, but I need to know which segments form closed polygons, and put them together in ...
3
votes
6answers
2k views
How do I derive a Voronoi diagram given its point set and its Delaunay triangulation?
I'm working on a game where I create a random map of provinces (a la Risk or Diplomacy). To create that map, I'm first generating a series of semi-random points, then figuring the Delaunay ...
2
votes
1answer
108 views
Fortunes Algorithm - Beach Line Data Structure
I have to implement Fortunes algorithm for constructing Voronoi diagrams.
Important part of the algorithm is a data structure called "Beach Line Data Structure".
It is a binary balanced tree, ...
2
votes
4answers
264 views
Voronoi Tessellation in Python
Node Assignment Problem
The problem I want to solve is to tessellate the map given with the Blue Nodes(Source Nodes) as given input points, Once I am able to do this I would like to see how many ...
2
votes
2answers
139 views
Fast way to compute the Voronoi diagram knowing the k-nearest neighbours
I know it is relatively easy to compute the sets of k-nearest neighbours from a Voronoi tessellations. What about the reverse problem?
I already have the set of k-nearest neighbours (in 3D) and I ...
2
votes
1answer
120 views
Nearest Neighbor Searching using Voronoi Diagrams
I've successfully implemented a way to generate Voronoi diagrams in 2 dimensions using Fortune's method. But now I'm trying to use it for nearest neighbor queries for a point (which is not one of the ...
1
vote
2answers
62 views
How to get the Voronoi diagram of some points to display in QT?
I have some points plotted on a QGraphicsScene in QT and have encapsulated them into a point class. I want to compute and display the Voronoi diagram of thse points onto the scene. What is the best ...
1
vote
1answer
117 views
Voronoi from delaunay triangulation
i have almost finished my delaunay / voronoi triangulator and it was hard.
I haven't used the Fortun's code, i created the delaunay triangulatr and i derive the voronoi diagram from that.
There is a ...
1
vote
1answer
139 views
Plot VoronoiDiagram using Graphics in Mathematica
Completing questions on how to plot a ConvexHull or a DelaunayTriangulation using Graphics in Mathematica,
I would now like to plot the VoronoiDiagram within Graphics.
Considering :
...
1
vote
0answers
90 views
Can anyone recommend a lightweight Voronoi library for .Net?
I need a .Net Voronoi library or geometry library with support for Voronoi diagrams and preferably Delaunay triangulation. The following characteristics are required:
No interop OR if it has an ...
1
vote
3answers
145 views
Voronoi plot, line crossing
I have the following problem. Initially I create 10 points, in a 2-D space, randomly distributed and then I use the Voronoi function to creat polygons. But I want my Voronoi polyhedra to obey a ...
1
vote
0answers
471 views
Does anyone have examples/tutorials on how to use Bullet Physics/jBullet to do voronoi shattering?
I'm trying to get something working with jBullet physics and voronoi shattering. I can find videos galore of it working, just no code examples.
Java or C++ is fine. Just need an example of some code. ...
1
vote
5answers
2k views
Confused with Voronoi diagram algorithm (Fortune's sweepline)
I am implementing Voronoi diagram to find out the nearest location in a map visually. Right now I want to do this using integer coordinates (x,y) only in a canvas.
Problem is- I am really confused ...
0
votes
1answer
34 views
Computing per-vertex (site) Voronoi cell areas directly from a Delaunay triangulation
I wish to compute the areas of Voronoi cells which relate to a Delaunay triangulation of a point set without explicitly converting the Delaunay triangulation to a Voronoi graph.
Since I only care ...
0
votes
1answer
68 views
Why do the delaunay edges from Matlab's delaunayn() connect points with non-adjacent Voronoi regions?
I am trying to find the points with edge-adjacent Voronoi regions in a given dataset. I'm new to computational geometry, but from reading up online, it appeared that using the Delaunay tessellation ...
0
votes
2answers
41 views
Line(s) Equidistant From Two Convex Polygons In 2D
Given two convex polygons in 2D space, how would you go about constructing the line segment(s ) which, at any point on the lines, is equidistant from the closest point of either convex polygon?
I'm ...
0
votes
1answer
150 views
Matlab: How to derive the vertices (coordinates) of polygons in voronoi diagram?
I have a created function file in hand which is to draw lines in image,[img]=drawline(point1,point2,color,img). It's used to connect any two points that are inside the image. I'm asked to create the ...
0
votes
0answers
26 views
Polygon facing dictates result of render
I'm using a voroni function in aqsis renderman. When I use this function on the following
polygon it generates spots that looks like a star field:
Polygon "P" [ -70 -70 -1 70 -70 -1 70 70 -1 -70 70 ...
0
votes
1answer
414 views
Convex Hull from Voronoi Diagram
I need an algorithm for calculating the convex hull of a set of points from the Voronoi Diagram of the points in O(n). The Voronoi diagram is contained in a bounding box and is stored as a doubly ...
0
votes
1answer
948 views
Change FloodFill-Algorithm to get Voronoi Territory for two data points?
I got a grid with two points. I want to calculate the amount squares each point can reach before the other. Currently I implement a FloodFill-Algoritm, which can calculate the amount of squares one ...
-2
votes
1answer
150 views
What is incorrect with my Voronoi generator?
import java.awt.Color;
import java.awt.Point;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Random;
import ...