- 4
- 0
- 约 93页
- 2016-11-06 发布于湖北
- 举报
Constructing a kd-tree Since there are many possible ways to choose axis-aligned splitting planes, there are many different ways to construct kd-trees. The canonical method of kd-tree construction has the following constraints: As one moves down the tree, one cycles through the axes used to select the splitting planes. (For example, the root would have an x-aligned plane, the roots children would both have y-aligned planes, the roots grandchildren would all have z-aligned planes, and so on.) At each step, the point selected to create the splitting plane is the median of the points being put in
原创力文档

文档评论(0)