Name: kdtree
Author: Steven Michael (smichael@ll.mit.edu)
Date: 3/1/2005
############################################################
The following code implements a KDTree search algorithm
in MATLAB
There are 4 main functions:
1. kdtree -- tree class creation
2. kdtree_range -- return all points within a range
3. kdtree_closestpoint -- return array of closest points to a
corresponding array of input points
A single reference was used in writing the code:
M. deBerg, M. vanKreveld, M. Overmars, and O. Schwarzkopf.
"Computational Geometry: Algorithms and Applications"
Springer, 2000.
download
Tuesday, November 13, 2007
kdtree by Steven Michael
Posted by Cammie at 6:50 AM
Labels: algorithm, c++, programming, source code
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment