Location:
Search - matlab kd tree
Search list
Description: kd树的实现,用到matlab-kd tree realization used Matlab
Platform: |
Size: 114898 |
Author: 请不要用公用帐号上载 |
Hits:
Description: 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 implementation of search on optimized kd-tree for many cases. It also uses cell-array representation for internal data, and thus is less demanding to physical memory.
Platform: |
Size: 49720 |
Author: fangfei |
Hits:
Description: kd树的实现,用到matlab-kd tree realization used Matlab
Platform: |
Size: 114688 |
Author: 请不要用公用帐号上载 |
Hits:
Description: 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 implementation of search on optimized kd-tree for many cases. It also uses cell-array representation for internal data, and thus is less demanding to physical memory.
Platform: |
Size: 49152 |
Author: fangfei |
Hits:
Description: 用matlab实现的kdtree,kdtree适合用于数据挖掘中用于寻找最近邻。-Using matlab to achieve kdtree, kdtree suitable for data mining used to find the nearest neighbors.
Platform: |
Size: 102400 |
Author: 项龙江 |
Hits:
Description: K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
Platform: |
Size: 105472 |
Author: yangronghao |
Hits:
Description: 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
Platform: |
Size: 302080 |
Author: 翟乐 |
Hits:
Description: 一个高效的k-d tree实现,可以广泛的应用与图形图像处理。-K nearest neighbor search based on KD-tree
Platform: |
Size: 24576 |
Author: 南亮亮 |
Hits:
Description: 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
Platform: |
Size: 115712 |
Author: 徐军 |
Hits:
Description: 寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.
Platform: |
Size: 3072 |
Author: 刘晓红 |
Hits:
Description: This is a paper discribing a fast matting method. It uses a large kernal matting laplacian. A KD-Tree trimap segmentation is also used to decide the size of the kernal.
Platform: |
Size: 2642944 |
Author: yao |
Hits:
Description: kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented include kd-tree building and nearest points searching and so on.
Platform: |
Size: 132096 |
Author: yaoyao |
Hits:
Description: kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
Platform: |
Size: 60416 |
Author: yaoyao |
Hits:
Description: kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
Platform: |
Size: 6211584 |
Author: luyang |
Hits:
Description: kd 近邻查找.
一般用在图像拼接等领域-k-d tree
to find the nearest one
Platform: |
Size: 114688 |
Author: alisha |
Hits:
Description: k-d tree的matlab与VC混合实现,可直接使用-using matlab and VC mix programming to realize kd tree.can be used used directly
Platform: |
Size: 126976 |
Author: |
Hits:
Description: 用matlab进行图像拼接时,可以用到的程序,或可参考。K-D树。我没看懂-Using matlab for image stitching, you can use a program, or a reference. KD tree. I did not understand
Platform: |
Size: 302080 |
Author: 余金 |
Hits:
Description: here is matlab code for Kd tr-here is matlab code for Kd tree
Platform: |
Size: 60416 |
Author: Shubham |
Hits:
Description: 用matlab编写的关于Kd树算法,很实用的-About using matlab Kd tree algorithm, a very practical
Platform: |
Size: 114688 |
Author: 宁宁 |
Hits:
Description: K-d树实现。采用matalb和C++混合编译的方式实现。-kdtree provides a minimalistic implementation of kd-tree.
The implementation can be used either inside MATLAB by means
of MEX calls, or as a standalone tool, directly a C/C++
program.
Platform: |
Size: 171008 |
Author: 王淑丹 |
Hits: