文件名称:kdtree-master
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-08-17
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- AMIM****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
K-d tree implementation in C++ for NN and KNN search
Templated k-d tree example that makes use of boost geometry point
classes. The k-d tree is build in bulk and supports N dimensions.
The implementation contains a recursive and iterative nearest neihgbor implementation,
and a recursive k-nearest neighbor search implementation.
Templated k-d tree example that makes use of boost geometry point
classes. The k-d tree is build in bulk and supports N dimensions.
The implementation contains a recursive and iterative nearest neihgbor implementation,
and a recursive k-nearest neighbor search implementation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kdtree-master
.............\CMakeLists.txt
.............\README.md
.............\kdtree.h
.............\test
.............\....\CMakeLists.txt
.............\....\tests.cpp