Package net.imglib2.kdtree
-
Class Summary Class Description KDTreeData<T> Stores the KDTree data, that is, positions and values.KDTreeImpl Represents the tree structure, and provides access to node coordinates (but not values).KDTreePositions Stores the positions of the nodes in a KDTree and provides access to them.KDTreePositions.Flat KDTreePositions.Nested KDTreeUtils KDTreeUtils.MakeTree KNearestNeighborSearchImpl k-nearest-neighbor search onKDTreeImpl.NearestNeighborSearchImpl Nearest-neighbor search onKDTreeImpl.RadiusNeighborSearchImpl Radius neighbor search onKDTreeImpl.RadiusNeighborSearchImpl.Neighbors -
Enum Summary Enum Description KDTreePositions.PositionsLayout WithNESTEDlayout, positions are stored as a nesteddouble[][]array wherepositions[d][i]is dimensiondof thei-th point.