boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Spatial data structure problem
相关主题
is it possible to design a zero miss rate cache?
Perl 的一个问题
google map 的问题
reverse geocoding
c++ floating point calculation problem (revised)
Google Chrome Native Client
《PostGIS 实战》(PostGIS in Action)[PDF]
如何高效查询最近距离内的用户?
一个关于zipcode的小问题
大家了解Google的Search by Image的工作原理吗?
相关话题的讨论汇总
话题: voxels话题: spatial话题: kd话题: problem话题: particles
进入Programming版参与讨论
1 (共1页)
h****r
发帖数: 258
1
Anyone has an idea about my problem?
Suppose I divided a cube in 3D into a series of voxels (say 100x100x100). In
some of these voxels, I randomly place some particles. The total number of
particles is about 500,000. On center of each of these voxels, I need to
calculate a value which is the function of the distance to the closest
particle. Is there an efficient way to do this?
Now the only approach I could think of is using a Kd-tree. But I think kd-
tree is more suitable for situations when
1 (共1页)
进入Programming版参与讨论
相关主题
大家了解Google的Search by Image的工作原理吗?
SQL fast search in a 10 million records table (转载)
How to Search Users within 50 miles away from me
老中在深度学习领域丢脸了
请教一下geohash的实现
3sum closest数学证明
多维数组用vector是不是更方便?
这几个专业描述 哪个更合湾区业界胃口? (转载)
An algorithm question.
请问 a+ = 2 与 a= a+2的区别
相关话题的讨论汇总
话题: voxels话题: spatial话题: kd话题: problem话题: particles