文件名称:kdtree
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-11-07
- 文件大小:
- 111kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
k-d树的matlab程序,包含了KDTREE, KDTREEIDX and KDRANGEQUERY functions。提供了两个Demo
scr ipts(kdtree_demo.m & kdrange_demo.m),很实用-
This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions.
Included are the source code files in kdtree/src, as well as precompiled
mex files for the following systems:
- Mac OS X (Matlab 6.5)
- Redhat Linux (Matlab 6.5)
- Windows (Matlab 6.1)
Two demo scr ipts are provided (kdtree_demo.m & kdrange_demo.m).
The new features added June 2004:
+ You can now use N dimensional data points, where N>3.
+ Use KDTREEIND to return the index value to the closest point,
instead of the closest point values.
+ KDRANGEQUERY can now return these index values as well.
Written by/send comments or suggestions to :
Guy Shechter
guy at jhu dot edu
June 2004
scr ipts(kdtree_demo.m & kdrange_demo.m),很实用-
This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions.
Included are the source code files in kdtree/src, as well as precompiled
mex files for the following systems:
- Mac OS X (Matlab 6.5)
- Redhat Linux (Matlab 6.5)
- Windows (Matlab 6.1)
Two demo scr ipts are provided (kdtree_demo.m & kdrange_demo.m).
The new features added June 2004:
+ You can now use N dimensional data points, where N>3.
+ Use KDTREEIND to return the index value to the closest point,
instead of the closest point values.
+ KDRANGEQUERY can now return these index values as well.
Written by/send comments or suggestions to :
Guy Shechter
guy at jhu dot edu
June 2004
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kdtree
......\kdrangequery.m
......\kdrange_demo.m
......\kdtree.m
......\kdtreeidx.m
......\kdtree_demo.m
......\mex
......\...\glx
......\...\...\kdrangequery.mexglx
......\...\...\kdtree.mexglx
......\...\...\kdtreeidx.mexglx
......\...\mac
......\...\...\kdrangequery.mexmac
......\...\...\kdtree.mexmac
......\...\...\kdtreeidx.mexmac
......\...\win
......\...\...\kdrangequery.dll
......\...\...\kdtree.dll
......\...\...\kdtreeidx.dll
......\mykdtree.asv
......\mykdtree.m
......\README
......\src
......\...\kdrangequery.cc
......\...\kdtree.cc
......\...\kdtreeidx.cc
......\...\kdtree_common.cc
......\...\kdtree_common.h