Package net.imglib2.interpolation.neighborsearch
package net.imglib2.interpolation.neighborsearch
-
ClassesClassDescriptionInverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess
to aKNearestNeighborSearch
whose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>Factory forInverseDistanceWeightingInterpolator
instances that work on aKNearestNeighborSearch
.Nearest-neighbor interpolation implemented byNearestNeighborSearch
.Factory forNearestNeighborSearchInterpolator
instances that work on aNearestNeighborSearch
.