Uses of Class
net.imglib2.AbstractRealLocalizable
-
Packages that use AbstractRealLocalizable Package Description net.imglib2 net.imglib2.interpolation.neighborsearch -
-
Uses of AbstractRealLocalizable in net.imglib2
Subclasses of AbstractRealLocalizable in net.imglib2 Modifier and Type Class Description class
RealPoint
A point is a location in EuclideanSpace. -
Uses of AbstractRealLocalizable in net.imglib2.interpolation.neighborsearch
Subclasses of AbstractRealLocalizable in net.imglib2.interpolation.neighborsearch Modifier and Type Class Description class
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
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented byNearestNeighborSearch
.
-