Package net.imglib2.interpolation.neighborsearch
-
Class Summary Class Description InverseDistanceWeightingInterpolator<T extends RealType<T>> RealRandomAccessto aKNearestNeighborSearchwhose 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 forInverseDistanceWeightingInterpolatorinstances that work on aKNearestNeighborSearch.NearestNeighborSearchInterpolator<T> Nearest-neighbor interpolation implemented byNearestNeighborSearch.NearestNeighborSearchInterpolatorFactory<T> Factory forNearestNeighborSearchInterpolatorinstances that work on aNearestNeighborSearch.