Modifier and Type | Field and Description |
---|---|
protected RealPoint |
RealPointSampleList.RealPointSampleListCursor.position |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<RealPoint> |
RealPointSampleList.coordinates |
Modifier and Type | Method and Description |
---|---|
default RealPoint |
RealInterval.maxAsRealPoint()
Allocates a new
RealPoint with the maximum of this RealInterval. |
default RealPoint |
RealInterval.minAsRealPoint()
Allocates a new
RealPoint with the minimum of this RealInterval. |
default RealPoint |
RealLocalizable.positionAsRealPoint()
Allocate and return a
RealPoint with the current position. |
static RealPoint |
RealPoint.wrap(double[] position)
Create a point that stores its coordinates in the provided position
array.
|
Modifier and Type | Method and Description |
---|---|
void |
RealPointSampleList.add(RealPoint position,
T sample) |
Modifier and Type | Class and Description |
---|---|
class |
RefinedPeak<P extends Localizable>
A
RealPoint representing a sub-pixel-localized peak. |
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess to a KNearestNeighborSearch 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 by
NearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRealRandomAccessible.RealFunctionRealRandomAccess |
class |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
Modifier and Type | Class and Description |
---|---|
class |
AffineRealRandomAccessible.AffineRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
RealTransformRealRandomAccessible.RealTransformRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
Modifier and Type | Field and Description |
---|---|
protected static RealPoint[] |
Translation3D.constDs |
protected static RealPoint[] |
Translation2D.constDs |
protected RealPoint |
AffineTransform3D.d0 |
protected RealPoint |
AffineTransform2D.d0 |
protected RealPoint |
AffineTransform3D.d1 |
protected RealPoint |
AffineTransform2D.d1 |
protected RealPoint |
AffineTransform3D.d2 |
protected RealPoint[] |
AffineTransform3D.ds |
protected RealPoint[] |
AffineTransform2D.ds |
protected RealPoint[] |
AbstractTranslation.ds |
protected RealPoint[] |
AbstractScale.ds |
protected RealPoint[] |
AbstractAffineTransform.ds |
protected RealPoint |
AbstractRealTransformSequence.ptmp |
Modifier and Type | Method and Description |
---|---|
RealPoint |
ScaleAndTranslation.d(int d) |
Constructor and Description |
---|
AbstractScale(double[] s,
RealPoint[] ds) |
AbstractTranslation(double[] t,
RealPoint[] ds) |
Scale(double[] s,
Scale inverse,
RealPoint[] ds) |
Scale2D(double[] s,
Scale2D inverse,
RealPoint[] ds) |
Scale3D(double[] s,
Scale3D inverse,
RealPoint[] ds) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<RealPoint> |
PolygonRegionOfInterest.points
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritablePointMask
A
WritablePointMask specified by the given location. |
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRealRandomAccess<B extends BooleanType<B>>
RealRandomAccess based on RealMask . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealMaskPoint |
Copyright © 2015–2022 ImgLib2. All rights reserved.