Uses of Class
net.imglib2.AbstractRealLocalizable
Packages that use AbstractRealLocalizable
-
Uses of AbstractRealLocalizable in net.imglib2
Subclasses of AbstractRealLocalizable in net.imglib2 -
Uses of AbstractRealLocalizable in net.imglib2.interpolation.neighborsearch
Subclasses of AbstractRealLocalizable in net.imglib2.interpolation.neighborsearchModifier and TypeClassDescriptionclass
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.class
Nearest-neighbor interpolation implemented byNearestNeighborSearch
.