由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - [Help]farthest-point voronoi diagram
相关主题
问个voronoi diagram的问题请教一个MATLAB问题
What is the mean of shared status in SMP请问如果读博士没能毕业,得到的硕士学位证会和本来就是读硕士的人得到的学位证一
HELP: A math problemconvex programming有啥好的solver吗?
[转载] 求救,optimization问题请问比较好的画图软件和图库?
这个函数是convex的麻?版上有懂State Diagram的人吗?问题求教
靠,问个棘手的问题哪个大牛一句话概括一下SDP?[包子奖励]
A question about computer networking (转载)一个图形变形的问题
A question about computer networking (转载)软件测试到底是什么地位?
相关话题的讨论汇总
话题: voronoi话题: diagram话题: farthest话题: point话题: 3d
进入CS版参与讨论
1 (共1页)
D*******r
发帖数: 37
1
how to compute the farthest-point voronoi diagram in O(nlogn)?
Is there any way similar to the forturne algorithm for the nearst-point
voronoi diagram?
Thanks!
y***u
发帖数: 101
2
Yes you can. Can be reduced to 3D convex hull.

【在 D*******r 的大作中提到】
: how to compute the farthest-point voronoi diagram in O(nlogn)?
: Is there any way similar to the forturne algorithm for the nearst-point
: voronoi diagram?
: Thanks!

l*****g
发帖数: 49
3

yes, the farthest-point voronoi diagram can be computed in time
O(n log n), by any optimal algorithm for 3D convex hull (not
a plane-sweep algorithm similar to fortune's)
take any classical textbook in computational geometry and you will
find the following information (for example, Shamos and Preparata's):
the farthest-point voronoi diagram (in the plane) is the projection
of the lower envelop of n (special) planes in 3D. The lower envelop is in fact
the dual of a convex hull, so any optimal co

【在 D*******r 的大作中提到】
: how to compute the farthest-point voronoi diagram in O(nlogn)?
: Is there any way similar to the forturne algorithm for the nearst-point
: voronoi diagram?
: Thanks!

1 (共1页)
进入CS版参与讨论
相关主题
软件测试到底是什么地位?这个函数是convex的麻?
【包子贴】请教 非线性优化 问题 有哪些算法不错靠,问个棘手的问题
问个学术问题,optimizaion问题A question about computer networking (转载)
现在shape detection有哪些通用(流行)方法?A question about computer networking (转载)
问个voronoi diagram的问题请教一个MATLAB问题
What is the mean of shared status in SMP请问如果读博士没能毕业,得到的硕士学位证会和本来就是读硕士的人得到的学位证一
HELP: A math problemconvex programming有啥好的solver吗?
[转载] 求救,optimization问题请问比较好的画图软件和图库?
相关话题的讨论汇总
话题: voronoi话题: diagram话题: farthest话题: point话题: 3d