Uses of Interface
net.imglib2.neighborsearch.KNearestNeighborSearch
-
Packages that use KNearestNeighborSearch Package Description net.imglib2.interpolation.neighborsearch net.imglib2.neighborsearch -
-
Uses of KNearestNeighborSearch in net.imglib2.interpolation.neighborsearch
Fields in net.imglib2.interpolation.neighborsearch declared as KNearestNeighborSearch Modifier and Type Field Description protected KNearestNeighborSearch<T>InverseDistanceWeightingInterpolator. searchMethods in net.imglib2.interpolation.neighborsearch with parameters of type KNearestNeighborSearch Modifier and Type Method Description InverseDistanceWeightingInterpolator<T>InverseDistanceWeightingInterpolatorFactory. create(KNearestNeighborSearch<T> search)Creates a newInverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch.InverseDistanceWeightingInterpolator<T>InverseDistanceWeightingInterpolatorFactory. create(KNearestNeighborSearch<T> search, RealInterval interval)Creates a newInverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch.Constructors in net.imglib2.interpolation.neighborsearch with parameters of type KNearestNeighborSearch Constructor Description InverseDistanceWeightingInterpolator(KNearestNeighborSearch<T> search, double p)Creates a newInverseDistanceWeightingInterpolatorbased on aKNearestNeighborSearch. -
Uses of KNearestNeighborSearch in net.imglib2.neighborsearch
Classes in net.imglib2.neighborsearch that implement KNearestNeighborSearch Modifier and Type Class Description classKNearestNeighborSearchOnIterableRealInterval<T>k-nearest-neighbor search onIterableRealIntervalimplemented as linear search.classKNearestNeighborSearchOnKDTree<T>Implementation ofKNearestNeighborSearchsearch for kd-trees.Methods in net.imglib2.neighborsearch that return KNearestNeighborSearch Modifier and Type Method Description KNearestNeighborSearch<T>KNearestNeighborSearch. copy()Create a copy.
-