imaginglss.utils.kdtree module¶
-
class
imaginglss.utils.kdtree.
KDtree
(point_list, split_dim=0)[source]¶ Bases:
object
KDtree: A pure-Python class to do some simple KD tree construction and search. Everything is manipulated through lists.
-
kdtree
(point_list, split_dim=0)[source]¶ kdtree(self,point_list,split_dim=0): Does the work of constructing the KD tree in terms of “TreeNode”s.
-