上传者: u013438488
|
上传时间: 2022-04-25 20:40:04
|
文件大小: 2KB
|
文件类型: M
建立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.