Uses of Class
net.imglib2.RealPoint
-
Packages that use RealPoint Package Description net.imglib2 net.imglib2.interpolation.neighborsearch net.imglib2.position net.imglib2.stream net.imglib2.util -
-
Uses of RealPoint in net.imglib2
Fields in net.imglib2 declared as RealPoint Modifier and Type Field Description protected RealPointRealPointSampleList.RealPointSampleListCursor. positionFields in net.imglib2 with type parameters of type RealPoint Modifier and Type Field Description protected java.util.ArrayList<RealPoint>RealPointSampleList. coordinatesMethods in net.imglib2 that return RealPoint Modifier and Type Method Description default 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 Modifier and Type Method Description voidRealPointSampleList. add(RealPoint position, T sample) -
Uses of RealPoint in net.imglib2.interpolation.neighborsearch
Subclasses of RealPoint in net.imglib2.interpolation.neighborsearch Modifier and Type Class Description classInverseDistanceWeightingInterpolator<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.classNearestNeighborSearchInterpolator<T>Nearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of RealPoint in net.imglib2.position
Subclasses of RealPoint in net.imglib2.position Modifier and Type Class Description classFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassRealPositionRealRandomAccessible.RealPositionRealRandomAccess -
Uses of RealPoint in net.imglib2.stream
Methods in net.imglib2.stream that return RealPoint Modifier and Type Method Description RealPointCursorSpliterator. positionAsRealPoint()RealPointRealCursorSpliterator. positionAsRealPoint() -
Uses of RealPoint in net.imglib2.util
Subclasses of RealPoint in net.imglib2.util Modifier and Type Class Description private static classLocalizables.RealLocationRealRandomAccessA RandomAccess that returns its current position as value.
-