搜索资源列表
simkd
- kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
KDTreeTest
- kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx
A_tutorial_on_kd_trees
- 一篇介绍k-d tree的入门文章,对图像对准方面的研究人员是很好的参考!-An introductory article describes kd tree for image alignment of researchers is a good reference!
Accelerating_Exact_k_means_Algorithms_with_Geometr
- 一篇介绍加速kd树算法的英文文章,有比较高的参考价值!-A kd tree algorithm to accelerate introduction of English articles, a relatively high reference value!
An_intoductory_tutorial_on_kd_trees
- 一篇介绍kd-tree算法的比较实用的英文文章,内容详细,有利于初学者使用!-Kd-tree algorithm is a descr iption of the more practical English articles, detailed help beginners to use!
Nearest_neighbours_and_kD_trees
- 利用kd树寻找多维空间最近点的英文书籍,有利于学习ICP算法!-Multidimensional space using kd tree to find the nearest point of the English books is conducive to learning ICP algorithm!
Variable_KD_Tree_Algorithms_for_Spatial_Pattern_Se
- 一篇介绍并行kd tree寻优和参数选取的文章,值得一看!-Introduced a parallel kd tree optimization and parameter selection of articles, worth a visit!
71477222simkd
- kd树,里面有详细代码,介绍kd树的生成、使用。-kd tree, there are detailed code, generate kd tree
visKDTree
- KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
KDTreeprogramVC
- kd树的算法实现,用VC写的,比较详细,大家参考-kd tree program
kd_tree
- kd-tree数据结构的C语言实现,代码中有注释,可读性强,适合初学者使用。-kd-tree data structure of the C language, there are notes, readable.
k_d-tree-
- k-d tree的matlab与VC混合实现,可直接使用-using matlab and VC mix programming to realize kd tree.can be used used directly
030_Assignment_2_KDTree
- 介绍kd树的基本方法和实现的操作步骤,英文介绍。-The kd tree methods and implementation steps, English.
kd-tree
- knn搜索 利用kd tree 查找最相邻的k个高维空间的点-knn kd-tree
kd-Tree-On-KNN
- 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
flann-1.8.4-src
- kd-tree的建立与查询,支持多核cpu-Fast Library for Approximate Nearest Neighbors
MyKD_Tree
- KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者-KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners
Kd_Tree
- 本段代码实现了kd-tree,提供了完整的k树代码-This code implements the kd-tree, the tree provides a complete k codes
KDTreeTest
- KD tree 实现算法,内有测试例子参考,可以学习里面的内容和思想。(KD tree algorithm.There is a test example of reference, and can learn the contents and ideas inside.)