Uses of Class
net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
Packages that use InverseDistanceWeightingInterpolator
-
Uses of InverseDistanceWeightingInterpolator in net.imglib2.interpolation.neighborsearch
Methods in net.imglib2.interpolation.neighborsearch that return InverseDistanceWeightingInterpolatorModifier and TypeMethodDescriptionInverseDistanceWeightingInterpolator.copy()
InverseDistanceWeightingInterpolator.copyRealRandomAccess()
InverseDistanceWeightingInterpolatorFactory.create
(KNearestNeighborSearch<T> search) Creates a newInverseDistanceWeightingInterpolator
using a copy of the passedKNearestNeighborSearch
.InverseDistanceWeightingInterpolatorFactory.create
(KNearestNeighborSearch<T> search, RealInterval interval) Creates a newInverseDistanceWeightingInterpolator
using a copy of the passedKNearestNeighborSearch
.