Uses of Package
net.imglib2.interpolation.neighborsearch
-
Packages that use net.imglib2.interpolation.neighborsearch Package Description net.imglib2.interpolation.neighborsearch -
Classes in net.imglib2.interpolation.neighborsearch used by net.imglib2.interpolation.neighborsearch Class Description InverseDistanceWeightingInterpolator 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.NearestNeighborSearchInterpolator Nearest-neighbor interpolation implemented byNearestNeighborSearch
.