Modifier and Type | Method and Description |
---|---|
RealRandomAccess<T> |
RealRandomAccess.copyRealRandomAccess() |
RealRandomAccess<T> |
RealRandomAccessible.realRandomAccess()
Create a random access sampler for real coordinates.
|
RealRandomAccess<T> |
RealRandomAccessible.realRandomAccess(RealInterval interval) |
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 | Method and Description |
---|---|
default RealRandomAccess<T> |
BSplineCoefficientsInterpolator.copyRealRandomAccess() |
RealRandomAccess<S> |
BSplineLazyCoefficientsInterpolatorFactory.create(RandomAccessible<T> f) |
RealRandomAccess<S> |
BSplineLazyCoefficientsInterpolatorFactory.create(RandomAccessible<T> f,
RealInterval interval) |
default RealRandomAccess<T> |
BSplineCoefficientsInterpolator.create(RandomAccessibleInterval<T> f) |
default RealRandomAccess<T> |
BSplineCoefficientsInterpolator.create(RandomAccessibleInterval<T> f,
RealInterval interval) |
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 | Method and Description |
---|---|
RealRandomAccess<S> |
BSplineCoefficientsInterpolatorFactory.create(RandomAccessible<T> f,
RealInterval interval) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRealRandomAccess<A,B>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RealRandomAccess<A> |
AbstractConvertedRealRandomAccess.source |
Constructor and Description |
---|
AbstractConvertedRealRandomAccess(RealRandomAccess<A> source) |
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 | Field and Description |
---|---|
protected RealRandomAccess<B> |
BiConvertedRealRandomAccess.sourceB |
Constructor and Description |
---|
BiConvertedRealRandomAccess(RealRandomAccess<A> sourceA,
RealRandomAccess<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c) |
BiConvertedRealRandomAccess(RealRandomAccess<A> sourceA,
RealRandomAccess<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c) |
BiConvertedRealRandomAccess(RealRandomAccess<A> sourceA,
RealRandomAccess<B> sourceB,
Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier,
C c) |
BiConvertedRealRandomAccess(RealRandomAccess<A> sourceA,
RealRandomAccess<B> sourceB,
Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier,
C c) |
ConvertedRealRandomAccess(RealRandomAccess<A> source,
Converter<? super A,? super B> converter,
B b) |
ConvertedRealRandomAccess(RealRandomAccess<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRealRandomAccess.get() . |
Modifier and Type | Method and Description |
---|---|
RealRandomAccess<T> |
InterpolatorFactory.create(F f) |
RealRandomAccess<T> |
InterpolatorFactory.create(F f,
RealInterval interval) |
RealRandomAccess<T> |
Interpolant.realRandomAccess() |
RealRandomAccess<T> |
Interpolant.realRandomAccess(RealInterval interval) |
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 | Method and Description |
---|---|
RealRandomAccess<T> |
LanczosInterpolator.copyRealRandomAccess() |
RealRandomAccess<T> |
ClampingNLinearInterpolatorFactory.create(RandomAccessible<T> randomAccessible) |
RealRandomAccess<T> |
ClampingNLinearInterpolatorFactory.create(RandomAccessible<T> randomAccessible,
RealInterval interval)
For now, ignore the
RealInterval and return
ClampingNLinearInterpolatorFactory.create(RandomAccessible) . |
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 | Field and Description |
---|---|
protected RealRandomAccess<T> |
NearestNeighborRealRandomAccessibleStackInterpolator.sliceAccess |
protected RealRandomAccess<T> |
LinearRealRandomAccessibleStackInterpolator.sliceAccess2 |
protected RealRandomAccess<T>[] |
NearestNeighborRealRandomAccessibleStackInterpolator.sliceAccesses |
Modifier and Type | Method and Description |
---|---|
protected RealRandomAccess<T> |
NearestNeighborRealRandomAccessibleStackInterpolator.getOrCreateAccess(int i) |
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 |
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 | Field and Description |
---|---|
protected RealRandomAccess<T>[] |
PositionFieldTransform.positionAccesses |
protected RealRandomAccess<T> |
StackingRealRandomAccessible.StackingRealRandomAccess.sourceAccess |
protected RealRandomAccess<T> |
RealTransformRealRandomAccessible.RealTransformRealRandomAccess.sourceAccess |
protected RealRandomAccess<T> |
RealTransformRandomAccessible.RealTransformRandomAccess.sourceAccess |
Modifier and Type | Method and Description |
---|---|
protected RealRandomAccess<T>[] |
PositionFieldTransform.copyAccesses() |
RealRandomAccess<T> |
RealTransformRealRandomAccessible.RealTransformRealRandomAccess.copyRealRandomAccess() |
RealRandomAccess<T> |
AffineRealRandomAccessible.AffineRealRandomAccess.copyRealRandomAccess() |
Constructor and Description |
---|
DeformationFieldTransform(RealRandomAccess<T>... positionAccesses) |
PositionFieldTransform(RealRandomAccess<T>... positionAccesses) |
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 |
---|---|
RealRandomAccess<BitType> |
AbstractRegionOfInterest.realRandomAccess()
Deprecated.
|
RealRandomAccess<BitType> |
AbstractRegionOfInterest.realRandomAccess(RealInterval interval)
Deprecated.
TODO Check if constraining real random access to an interval could be
exploited for a more efficient solution.
|
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRealRandomAccess<B extends BooleanType<B>>
RealRandomAccess based on RealMask . |
Modifier and Type | Method and Description |
---|---|
RealRandomAccess<B> |
MaskPredicateRealRandomAccess.copyRealRandomAccess() |
RealRandomAccess<B> |
RealMaskRealIntervalAsRealRandomAccessibleRealInterval.realRandomAccess() |
RealRandomAccess<B> |
RealMaskAsRealRandomAccessible.realRandomAccess() |
RealRandomAccess<B> |
RealMaskRealIntervalAsRealRandomAccessibleRealInterval.realRandomAccess(RealInterval interval) |
RealRandomAccess<B> |
RealMaskAsRealRandomAccessible.realRandomAccess(RealInterval interval) |
Modifier and Type | Field and Description |
---|---|
protected RealRandomAccess<T> |
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible.sourceAccess |
Modifier and Type | Method and Description |
---|---|
RealRandomAccess<T> |
ExtendedRealRandomAccessibleRealInterval.realRandomAccess(RealInterval interval) |
Constructor and Description |
---|
RandomAccessOnRealRandomAccessible(RealRandomAccess<T> sourceAccess) |
Copyright © 2015–2022 ImgLib2. All rights reserved.