搜索资源列表
autopano-sift-C-2.5.0
- sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-c algorithms sift algorithm, based on the opencv, a large cattle write, it is powerful.
kd_tree
- 一个高效的k-d tree实现,可以广泛的应用与图形图像处理。-K nearest neighbor search based on KD-tree
KD_Tree
- KD_Tree In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications,
ImageStitch
- 基于SIFT算法的图像拼接 主要是运用SIFT算法求得特征点,然后用kd_tree进行特征点匹配,根据匹配点求得2x2的变换矩阵,然后利用变换矩阵变换图像(需要插值)。-Image Stitch Based on SIFT
kd_tree
- kd-tree数据结构的C语言实现,代码中有注释,可读性强,适合初学者使用。-kd-tree data structure of the C language, there are notes, readable.
KD_Tree
- 基于K维空间索引的点查询算法KD树,本代码实现一般的查询功能-K-dimensional space-based index point KD tree search algorithm, the code search function in general
2531780_1322095876
- kd_tree代码,包括原理,树的构建,搜索。-kd_tree code, including the principle of constructing tree search.
KD_tree
- 用于多节点创建的KD树创建,实现数据划分-KD tree is used to create a multi-node created, data division.
Kd_Tree
- 本段代码实现了kd-tree,提供了完整的k树代码-This code implements the kd-tree, the tree provides a complete k codes
KD_tree
- K_D树,python代码,对输入的三维点云数据(x,y,z)建立K_D,并返回前序遍历结果-K_D tree, Python code K_D establish three-dimensional point cloud data (x, y, z) input, and returns the result of the previous preorder
kd_tree
- 数据挖掘之决策树的简单详细使用!!!!!!!!!!!!!(Simple and detailed use of decision tree for data mining)