readme
来自「用matlab实现的kdtree」· 代码 · 共 24 行
TXT
24 行
This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions.Included are the source code files in kdtree/src, as well as precompiledmex files for the following systems: - Mac OS X (Matlab 6.5) - Redhat Linux (Matlab 6.5) - Windows (Matlab 6.1)Two demo scripts 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?