Package net.imglib2.interpolation.neighborsearch
-
Class Summary Class Description InverseDistanceWeightingInterpolator<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
.NearestNeighborSearchInterpolator<T> Nearest-neighbor interpolation implemented byNearestNeighborSearch
.NearestNeighborSearchInterpolatorFactory<T> Factory forNearestNeighborSearchInterpolator
instances that work on aNearestNeighborSearch
.