Uses of Class
net.imglib2.RealPoint
Packages that use RealPoint
-
Uses of RealPoint in net.imglib2
Fields in net.imglib2 declared as RealPointModifier and TypeFieldDescriptionprotected RealPoint
RealPointSampleList.RealPointSampleListCursor.position
Fields in net.imglib2 with type parameters of type RealPointMethods in net.imglib2 that return RealPointModifier and TypeMethodDescriptionstatic RealPoint
RealPoint.wrap
(double[] position) Create a point that stores its coordinates in the provided position array.Methods in net.imglib2 with parameters of type RealPoint -
Uses of RealPoint in net.imglib2.interpolation.neighborsearch
Subclasses of RealPoint 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
.