Modifier and Type | Interface and Description |
---|---|
interface |
RealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
RealPoint
A point is a location in EuclideanSpace.
|
Modifier and Type | Method and Description |
---|---|
default void |
RealLocalizable.localize(RealPositionable position)
Write the current position into the passed
RealPositionable . |
void |
RealPointSampleList.realMax(RealPositionable m) |
default void |
RealInterval.realMax(RealPositionable max)
Sets a
RealPositionable to the maximum of this Interval |
void |
KDTree.realMax(RealPositionable m) |
void |
AbstractWrappedRealInterval.realMax(RealPositionable max) |
void |
AbstractRealInterval.realMax(RealPositionable realMax) |
void |
AbstractInterval.realMax(RealPositionable m) |
void |
RealPointSampleList.realMin(RealPositionable m) |
default void |
RealInterval.realMin(RealPositionable min)
Sets a
RealPositionable to the minimum of this Interval |
void |
KDTree.realMin(RealPositionable m) |
void |
AbstractWrappedRealInterval.realMin(RealPositionable min) |
void |
AbstractRealInterval.realMin(RealPositionable realMin) |
void |
AbstractInterval.realMin(RealPositionable minimum) |
Modifier and Type | Interface and Description |
---|---|
interface |
BSplineCoefficientsInterpolator<T extends RealType<T>>
Performs b-spline interpolation for order up to and including 5.
|
Modifier and Type | Class and Description |
---|---|
class |
BSplineCoefficientsInterpolatorEven<T extends RealType<T>>
Computes b-spline coefficients for splines of even order.
|
class |
BSplineCoefficientsInterpolatorOdd<T extends RealType<T>>
Computes b-spline coefficients for splines of odd order.
|
Modifier and Type | Class and Description |
---|---|
class |
BSplineInterpolator<T extends RealType<T>>
Performs cubic b-spline interpolation by pre-computing coefficients on the fly.
|
Modifier and Type | Class and Description |
---|---|
class |
RefinedPeak<P extends Localizable>
A
RealPoint representing a sub-pixel-localized peak. |
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
SubpixelLocalization.quadraticFitOffset(Localizable p,
RandomAccess<T> access,
Matrix g,
Matrix H,
RealPositionable offset)
Estimate subpixel
offset of extremum of quadratic function
fitted at p . |
Modifier and Type | Method and Description |
---|---|
void |
RectangleNeighborhoodSkipCenter.realMax(RealPositionable max) |
void |
RectangleNeighborhood.realMax(RealPositionable max) |
void |
PeriodicLineNeighborhood.realMax(RealPositionable max) |
void |
PairOfPointsNeighborhood.realMax(RealPositionable max) |
void |
HyperSphereNeighborhood.realMax(RealPositionable max) |
void |
HorizontalLineNeighborhood.realMax(RealPositionable max) |
void |
DiamondTipsNeighborhood.realMax(RealPositionable max) |
void |
DiamondNeighborhood.realMax(RealPositionable max) |
void |
RectangleNeighborhoodSkipCenter.realMin(RealPositionable min) |
void |
RectangleNeighborhood.realMin(RealPositionable min) |
void |
PeriodicLineNeighborhood.realMin(RealPositionable min) |
void |
PairOfPointsNeighborhood.realMin(RealPositionable min) |
void |
HyperSphereNeighborhood.realMin(RealPositionable min) |
void |
HorizontalLineNeighborhood.realMin(RealPositionable min) |
void |
DiamondTipsNeighborhood.realMin(RealPositionable min) |
void |
DiamondNeighborhood.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
HyperSphere.realMax(RealPositionable max) |
void |
HyperSphere.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNeighborhood.realMax(RealPositionable max) |
void |
AbstractNeighborhood.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
LocalNeighborhood2.realMax(RealPositionable max)
Deprecated.
|
void |
LocalNeighborhood.realMax(RealPositionable max)
Deprecated.
|
void |
LocalNeighborhood2.realMin(RealPositionable min)
Deprecated.
|
void |
LocalNeighborhood.realMin(RealPositionable min)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRealRandomAccess<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedRealRandomAccess<A,B,C extends Type<C>>
TODO
|
class |
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
HistogramNd.realMax(RealPositionable max) |
void |
Histogram1d.realMax(RealPositionable max) |
void |
DiscreteFrequencyDistribution.realMax(RealPositionable max) |
void |
HistogramNd.realMin(RealPositionable min) |
void |
Histogram1d.realMin(RealPositionable min) |
void |
DiscreteFrequencyDistribution.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImg.realMax(RealPositionable m) |
void |
AbstractImg.realMin(RealPositionable m) |
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 |
ClampingNLinearInterpolatorRealType<T extends RealType<T>>
N-linear interpolator for
RealType values with overflow check. |
class |
ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>
N-linear interpolator for volatile ARGB values with overflow check.
|
class |
ClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
N-linear interpolator for
RealType values with overflow check. |
class |
FloorInterpolator<T>
RealRandomAccess to a RandomAccess by nearest floor
interpolation (i.e., the value is sampled at floor(x)). |
class |
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolation
|
class |
NearestNeighborInterpolator<T>
RealRandomAccess to a RandomAccess by nearest neighbor
interpolation. |
class |
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.
|
class |
NLinearInterpolator1D<T extends NumericType<T>> |
class |
NLinearInterpolator2D<T extends NumericType<T>> |
class |
NLinearInterpolator3D<T extends NumericType<T>> |
class |
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>
A linear interpolator for stacks of
RealRandomAccessible s. |
class |
NearestNeighborRealRandomAccessibleStackInterpolator<T>
A nearest neighbor interpolator for stacks of
RealRandomAccessible s. |
Modifier and Type | Interface and Description |
---|---|
interface |
RealOutOfBounds<T> |
Modifier and Type | Class and Description |
---|---|
class |
RealOutOfBoundsRealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRealRandomAccessible.RealFunctionRealRandomAccess |
class |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to somehow
derived discrete coordinates. |
class |
Floor<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates. |
class |
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates plus a discrete offset vector. |
class |
Round<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its round
discrete coordinates:
f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) |
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 . |
class |
StackingRealRandomAccessible.StackingRealRandomAccess
RealRandomAccess that generates its samples from a lower
dimensional source |
Modifier and Type | Method and Description |
---|---|
void |
Translation3D.apply(RealLocalizable source,
RealPositionable target) |
void |
Translation2D.apply(RealLocalizable source,
RealPositionable target) |
void |
ThinplateSplineTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
SphericalToCartesianTransform3D.apply(RealLocalizable source,
RealPositionable target) |
void |
ScaledPolarToTranslatedCartesianTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
ScaleAndTranslation.apply(RealLocalizable source,
RealPositionable target) |
void |
Scale3D.apply(RealLocalizable source,
RealPositionable target) |
void |
Scale2D.apply(RealLocalizable source,
RealPositionable target) |
void |
RealTransform.apply(RealLocalizable source,
RealPositionable target)
|
void |
PositionFieldTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
PolynomialTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
PolarToCartesianTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
Perspective3D.apply(RealLocalizable source,
RealPositionable target) |
void |
InverseRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
InversePerspective3D.apply(RealLocalizable source,
RealPositionable target) |
void |
InterpolatedRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
HomographyTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
ExplicitInvertibleRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
DeformationFieldTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
ClippedTransitionRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
AffineTransform3D.apply(RealLocalizable source,
RealPositionable target) |
void |
AffineTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractTranslation.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractScale.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractRealTransformSequence.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractAffineTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
Translation3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Translation2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
SphericalToCartesianTransform3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
ScaledPolarToTranslatedCartesianTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
ScaleAndTranslation.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Scale3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Scale2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
PolarToCartesianTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Perspective3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InvertibleRealTransformSequence.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InvertibleRealTransform.applyInverse(RealPositionable source,
RealLocalizable target)
Apply the inverse transform to a target
RealLocalizable to obtain
a source RealPositionable . |
void |
InverseRealTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InversePerspective3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
HomographyTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
ExplicitInvertibleRealTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AffineTransform3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AffineTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AffineTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AbstractTranslation.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AbstractScale.applyInverse(RealPositionable source,
RealLocalizable target) |
Modifier and Type | Method and Description |
---|---|
void |
WrappedIterativeInvertibleRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
RegularizedDifferentiableRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
RealTransformFiniteDerivatives.apply(RealLocalizable source,
RealPositionable target) |
void |
InvertibleTransformByGradientDescent.apply(RealLocalizable p,
RealPositionable q) |
void |
InverseRealTransformGradientDescent.apply(RealLocalizable src,
RealPositionable tgt) |
void |
WrappedIterativeInvertibleRealTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InvertibleTransformByGradientDescent.applyInverse(RealPositionable p,
RealLocalizable q) |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRegionOfInterest.AROIRandomAccess
Deprecated.
The AROIRandomAccess inner class implements the random access part of the
ROI, allowing random sampling of pixel membership in the ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
RectangleRegionOfInterest.getExtent(RealPositionable p)
Deprecated.
Write the extent into a RealPositionable
|
void |
RectangleRegionOfInterest.getOrigin(RealPositionable ptOrigin)
Deprecated.
Write the position into a RealPositionable
|
void |
EllipseRegionOfInterest.getOrigin(RealPositionable orig)
Deprecated.
Get the coordinates of the origin
|
default void |
RealMaskRealInterval.realMax(RealPositionable max) |
void |
Bounds.AbstractAdaptingInterval.realMax(RealPositionable realMax) |
void |
Bounds.AbstractAdaptingRealInterval.realMax(RealPositionable realMax) |
void |
BinaryMaskRegionOfInterest.BMROIIterableInterval.realMax(RealPositionable max) |
void |
AbstractRegionOfInterest.realMax(RealPositionable max)
Deprecated.
|
void |
AbstractIterableRegionOfInterest.AROIIterableInterval.realMax(RealPositionable max) |
void |
AbstractIterableRegionOfInterest.AROIClippedIterableInterval.realMax(RealPositionable max) |
default void |
RealMaskRealInterval.realMin(RealPositionable min) |
void |
Bounds.AbstractAdaptingInterval.realMin(RealPositionable realMin) |
void |
Bounds.AbstractAdaptingRealInterval.realMin(RealPositionable realMin) |
void |
BinaryMaskRegionOfInterest.BMROIIterableInterval.realMin(RealPositionable min) |
void |
AbstractRegionOfInterest.realMin(RealPositionable min)
Deprecated.
|
void |
AbstractIterableRegionOfInterest.AROIIterableInterval.realMin(RealPositionable min) |
void |
AbstractIterableRegionOfInterest.AROIClippedIterableInterval.realMin(RealPositionable min) |
Modifier and Type | Interface and Description |
---|---|
interface |
WritablePointMask
A modifiable
PointMask . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritablePointMask
A
WritablePointMask specified by the given location. |
Modifier and Type | Method and Description |
---|---|
void |
NNSRealPointCollection.realMax(RealPositionable max) |
void |
NNSRealPointCollection.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
LabelRegion.realMax(RealPositionable max) |
void |
LabelRegion.realMin(RealPositionable min) |
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRealRandomAccess<B extends BooleanType<B>>
RealRandomAccess based on RealMask . |
Modifier and Type | Class and Description |
---|---|
class |
RealLocalizableRealPositionableWrapper<T extends RealLocalizable & RealPositionable>
Wraps objects which implement
RealLocalizable and
RealPositionable as RealLocalizableRealPositionable . |
Modifier and Type | Interface and Description |
---|---|
interface |
RealLocalizableRealPositionable
An element which can be localized and positioned in n-dimensional real space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealMaskPoint |
class |
RealLocalizableRealPositionableWrapper<T extends RealLocalizable & RealPositionable>
Wraps objects which implement
RealLocalizable and
RealPositionable as RealLocalizableRealPositionable . |
Modifier and Type | Method and Description |
---|---|
void |
PositionableInterval.realMax(RealPositionable max) |
void |
PositionableInterval.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
SubsampleIntervalView.realMax(RealPositionable m) |
void |
SubsampleIntervalView.realMin(RealPositionable min) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIntervalView.realMax(RealPositionable max) |
void |
CompositeIntervalView.realMin(RealPositionable min) |
Copyright © 2015–2022 ImgLib2. All rights reserved.