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 RealPointRealPointSampleList.RealPointSampleListCursor.positionFields in net.imglib2 with type parameters of type RealPointMethods in net.imglib2 that return RealPointModifier and TypeMethodDescriptionstatic RealPointRealPoint.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 TypeClassDescriptionclassInverseDistanceWeightingInterpolator<T extends RealType<T>>RealRandomAccessto aKNearestNeighborSearchwhose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.classNearest-neighbor interpolation implemented byNearestNeighborSearch.