Class NearestNeighborSearchImpl
java.lang.Object
net.imglib2.kdtree.NearestNeighborSearchImpl
Nearest-neighbor search on
KDTreeImpl.
Results are node indices.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]private final double[]private intprivate doubleprivate final intprivate final intprivate final double[]private final KDTreeImpl -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tree
-
numDimensions
private final int numDimensions -
numPoints
private final int numPoints -
pos
private final double[] pos -
bestIndex
private int bestIndex -
bestSquDistance
private double bestSquDistance -
axisDiffs
private final double[] axisDiffs -
awayChilds
private final int[] awayChilds
-
-
Constructor Details
-
NearestNeighborSearchImpl
-
-
Method Details
-
search
-
bestIndex
public int bestIndex() -
bestSquDistance
public double bestSquDistance() -
copy
-