PDF文档
this class is an implementation of the kd-tree algorithm
this class is an implementation of the kd-tree algorithm...
kd-tree,一种高效的空间划分数据结构,广泛应用于计算机图形学、模式识别及机器学习等领域。通过递归地将k维空间分割为两个子空间,kd-tree能够快速完成最近邻搜索等任务,极大提升算法效率。对于从事图像处理、机器人导航或大数据分析的电子工程师而言,掌握kd-tree原理与应用至关重要。本页面汇集...
this class is an implementation of the kd-tree algorithm...
kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDT...