Uses of Class
net.imglib2.RealPoint
-
Packages that use RealPoint Package Description net.imglib2 net.imglib2.interpolation.neighborsearch -
-
Uses of RealPoint in net.imglib2
Fields in net.imglib2 declared as RealPoint Modifier and Type Field Description protected RealPoint
RealPointSampleList.RealPointSampleListCursor. position
Fields in net.imglib2 with type parameters of type RealPoint Modifier and Type Field Description protected java.util.ArrayList<RealPoint>
RealPointSampleList. coordinates
Methods in net.imglib2 that return RealPoint Modifier and Type Method Description static 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 Modifier and Type Method Description void
RealPointSampleList. 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 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
.
-