文件名称:KD树的建立,matlab
文件大小:2KB
文件格式:M
更新时间:2017-07-01 08:29:26
KDtree
建立KD树的matlab程序。 % This function creates a KD Tree from the given points % and outputs it in the abstract object "kdtree" % The "kdtree" object can then be used for range finding % and nearest neighbor searching.