Uses of Class
net.imglib2.RealPoint
Packages that use RealPoint
Package
Description
-
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 TypeMethodDescriptiondefault RealPointRealInterval.maxAsRealPoint()Allocates a newRealPointwith the maximum of this RealInterval.default RealPointRealInterval.minAsRealPoint()Allocates a newRealPointwith the minimum of this RealInterval.default RealPointRealLocalizable.positionAsRealPoint()Allocate and return aRealPointwith the current position.static 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. -
Uses of RealPoint in net.imglib2.position
Subclasses of RealPoint in net.imglib2.positionModifier and TypeClassDescriptionclassclass -
Uses of RealPoint in net.imglib2.stream
Methods in net.imglib2.stream that return RealPointModifier and TypeMethodDescriptionCursorSpliterator.positionAsRealPoint()RealCursorSpliterator.positionAsRealPoint() -
Uses of RealPoint in net.imglib2.util
Subclasses of RealPoint in net.imglib2.utilModifier and TypeClassDescriptionprivate static classA RandomAccess that returns its current position as value.