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