Code covered by the BSD License
-
kd_buildtree(X,plot_stuff,par...
pramod vemulapalli 02/08/2010
-
kd_closestpointfast(tree,poin...
pramod vemulapalli 02/08/2010
-
kd_closestpointgood(tree,poin...
pramod vemulapalli 02/08/2010
-
kd_knn(tree,point,k,plot_stuf...
pramod vemulapalli 02/08/2010
-
kd_nclosestpoints(tree,point,...
the code gives you a really fast, approximate value of the closest point
-
kd_plotbox(node_number,plot_s...
by pramod vemulapalli 02/07/2010
-
kd_rangequery(tree,point,rang...
pramod vemulapalli 02/07/2010
-
kd_demo.m
-
View all files
|
|
| File Information |
| Description |
Most of the kdtree code for matlab has been implemented via mex files. I decided to come up with a purely matlab based implementation and so here it is .... The code is obviously expected to be slower than some of the c/c++ implementations that are out there but the fact that its implemented in matlab might make it useful in certain circumstances. Matlab doesnot have pointers and so i mimicked the pointer functionality by using a global cell array. I will appreciate any feedback on my submission ........ |
| Acknowledgements |
K D Tree, Kd Tree For Matlab, and Kd Tree Nearest Neighbor And Range Search
inspired this file.
|
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 12 Feb 2010 |
Wanted to acknowledge some of the other submissions on the topic |
| 12 Feb 2010 |
Fixed a bug in kd_knn.m , Also wanted to acknowledge the contribution of Steven Michael
|
| 17 Feb 2010 |
Fixed a bug in the tree generation code ... and made corresponding changes in the other files |
|
Contact us