Uses of Interface
net.imglib2.neighborsearch.KNearestNeighborSearch
Packages that use KNearestNeighborSearch
-
Uses of KNearestNeighborSearch in net.imglib2.interpolation.neighborsearch
Fields in net.imglib2.interpolation.neighborsearch declared as KNearestNeighborSearchModifier and TypeFieldDescriptionprotected final KNearestNeighborSearch<T> InverseDistanceWeightingInterpolator.searchMethods in net.imglib2.interpolation.neighborsearch with parameters of type KNearestNeighborSearchModifier and TypeMethodDescriptionInverseDistanceWeightingInterpolatorFactory.create(KNearestNeighborSearch<T> search) Creates a newInverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch.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 KNearestNeighborSearchModifierConstructorDescriptionInverseDistanceWeightingInterpolator(KNearestNeighborSearch<T> search, double p) Creates a newInverseDistanceWeightingInterpolatorbased on aKNearestNeighborSearch. -
Uses of KNearestNeighborSearch in net.imglib2.neighborsearch
Classes in net.imglib2.neighborsearch that implement KNearestNeighborSearchModifier and TypeClassDescriptionclassk-nearest-neighbor search onIterableRealIntervalimplemented as linear search.classImplementation ofKNearestNeighborSearchsearch for kd-trees.Methods in net.imglib2.neighborsearch that return KNearestNeighborSearch