Package net.imglib2.interpolation.neighborsearch
package net.imglib2.interpolation.neighborsearch
-
ClassesClassDescriptionInverseDistanceWeightingInterpolator<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.Nearest-neighbor interpolation implemented byNearestNeighborSearch.Factory forNearestNeighborSearchInterpolatorinstances that work on aNearestNeighborSearch.