cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Find voronoi cell containing an object
Find voronoi cell containing an object
Dec 2, 2015 at 12:57am UTC
hidayat
(13)
Hi everyone,
I store voronoi diagram in a text file. Each line in the file contains generator point and all its voronoi cell vertices. Given an object "a" and its coordinates, how I can efficeintly find the voronoi cell containing "a". Thanks in advance
Dec 2, 2015 at 3:38am UTC
helios
(17575)
The problem is equivalent to finding the nearest neighbor.
https://en.wikipedia.org/wiki/Nearest_neighbor_search
Topic archived. No new replies allowed.