Pastel
PastelGeometry
Data structures
Point kd-tree
PointKdTree (Matlab)
PointKdTree (Matlab)
Back to Point kd-tree
Files
A test for PointKdTree Matlab interface
test_pointkdtree.m
Counts points in an open ball in a kd-tree.
count_nearest.m
Destructs a kd-tree.
delete.m
Flattens a kd-tree into a single node.
merge.m
Hides a set of points in a kd-tree.
hide.m
Inserts points into a kd-tree
insert.m
Makes a copy of a kd-tree.
copy.m
Point kd-tree (Matlab)
PointKdTree.m
PointKdTree Matlab interface
matlab_pointkdtree.cpp
Refines the subdivision of a kd-tree.
refine.m
Removes a set of points from a kd-tree.
erase.m
Removes points and structure from a kd-tree.
clear.m
Returns the coordinates of an identifier point-set.
as_points.m
Returns the dimension of a kd-tree.
dimension.m
Returns the number of leaf nodes in a kd-tree.
leaves.m
Returns the number of nodes in a kd-tree.
nodes.m
Returns the number of points in a kd-tree.
points.m
Searches for k nearest neighbors in a kd-tree.
search_nearest.m
Unhides a set of points in a kd-tree.
show.m