搜索资源列表
Kd-tree
- KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
kdtree
- kd树的实现,用到matlab-kd tree realization used Matlab
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.
Kd-tree
- KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
bwdistsc
- This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST im
kmlocal-1.7.1.tar
- 高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how
KDTree
- k-d 树的类模板,比较简短.c++代码-kd-tree class template, relatively brief. c++ code
KDTreeTest
- kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx-kd-tree c++ realize demonstration class template example. is the site from abroad, from top to bottom, simp
KdTree
- 用Java编写的KD TREE算法实现, 希望对大家有所帮助-Java prepared using KD TREE algorithm, I hope all of you to help
ann
- ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions. 可以直接用于工程 支持 Kd tree,BBF(best bin first) -ANN is a library writt
visKDTree
- kd树源代码,代码简单易懂,很使用。大家可以下载试试看,希望对您有所帮助-kd tree source code, code easy-to-read, it is used. Everyone can download to try, I hope for your help
sift-1.1.1_20071108_win
- Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for
sift_robhess
- Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差-Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same
kdtree
- K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
kd-trees
- 数据结构的选择与算法效率——从IOI98试题PICTURE谈起 高级数据结构:线段树-The choice of data structure and algorithm efficiency- from IOI98 questions about high-level data structure PICTURE: segment tree
libkdtree_0.7.0
- 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
kdtree2.tar
- kd tree java implementation 2
kdtree-0.5.4.tar
- kd tree implementation java
KD-tree
- C++构建简单的KD树并查找K近邻,是一篇文档,内附代码,代码亲测可用(C++ to build a simple KD tree, and find K nearest neighbor, is a document, enclosing code, code pro test available)
kd-tree
- kd-tree点云索引方法,源码以及应用实例解析(kd-tree point cloud code)