Package net.imglib2.kdtree
package net.imglib2.kdtree
-
ClassDescriptionKDTreeData<T>Stores the KDTree data, that is, positions and values.Represents the tree structure, and provides access to node coordinates (but not values).Stores the positions of the nodes in a KDTree and provides access to them.With
NESTEDlayout, positions are stored as a nesteddouble[][]array wherepositions[d][i]is dimensiondof thei-th point.k-nearest-neighbor search onKDTreeImpl.Nearest-neighbor search onKDTreeImpl.Radius neighbor search onKDTreeImpl.