Uses of Class
net.imglib2.interpolation.neighborsearch.InverseDistanceWeightingInterpolator
-
Packages that use InverseDistanceWeightingInterpolator Package Description net.imglib2.interpolation.neighborsearch -
-
Uses of InverseDistanceWeightingInterpolator in net.imglib2.interpolation.neighborsearch
Methods in net.imglib2.interpolation.neighborsearch that return InverseDistanceWeightingInterpolator Modifier and Type Method Description InverseDistanceWeightingInterpolator<T>InverseDistanceWeightingInterpolator. copy()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.
-