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.
|
class |
BSplineLazyCoefficientsInterpolatorFactory<T extends RealType<T>,S extends RealType<S> & NativeType<S>> |
Modifier and Type | Class and Description |
---|---|
class |
BSplineCoefficientsInterpolatorFactory<T extends RealType<T>,S extends RealType<S>> |
class |
BSplineInterpolatorFactory<T extends RealType<T>> |
Constructor and Description |
---|
ImageTransform(ExtendedRandomAccessibleInterval<T,Img<T>> container,
InvertibleBoundable transform,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory)
Deprecated.
Use a different constructor and explicitly define a
ImgFactory which will create the output. |
ImageTransform(RandomAccessible<T> input,
Interval interval,
InvertibleBoundable transform,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory,
ImgFactory<T> outImgFactory) |
Modifier and Type | Method and Description |
---|---|
InterpolatorFactory<T,F> |
Interpolant.getInterpolatorFactory() |
Constructor and Description |
---|
Interpolant(EuclideanSpace source,
InterpolatorFactory<T,F> factory)
Deprecated.
use the compile time safe constructor
Interpolant(Object, InterpolatorFactory, int) instead |
Interpolant(F source,
InterpolatorFactory<T,F> factory,
int n)
Create an
Interpolant for a source, a compatible intepolator
factory and a specified number of dimensions. |
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>
Factory for
InverseDistanceWeightingInterpolator instances that work
on a KNearestNeighborSearch . |
class |
NearestNeighborSearchInterpolatorFactory<T>
Factory for
NearestNeighborSearchInterpolator instances that work on
a NearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
ClampingNLinearInterpolatorFactory<T extends NumericType<T>>
Provides clamping n-linear interpolators for volatile and non-volatile types.
|
class |
FloorInterpolatorFactory<T> |
class |
LanczosInterpolatorFactory<T extends RealType<T>>
TODO
|
class |
NearestNeighborInterpolatorFactory<T> |
class |
NLinearInterpolatorARGBFactory |
class |
NLinearInterpolatorFactory<T extends NumericType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
LinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>,F extends List<RealRandomAccessible<T>>> |
class |
NearestNeighborRealRandomAccessibleStackInterpolatorFactory<T,F extends List<RealRandomAccessible<T>>> |
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
PositionFieldTransform.extendAndInterpolate(RandomAccessibleInterval<T>[] positions,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory) |
Constructor and Description |
---|
DeformationFieldTransform(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory,
RandomAccessibleInterval<T>... positions) |
PositionFieldTransform(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory,
RandomAccessibleInterval<T>... positions) |
Modifier and Type | Method and Description |
---|---|
static <T,F extends EuclideanSpace> |
Views.interpolate(F source,
InterpolatorFactory<T,F> factory)
Returns a
RealRandomAccessible using interpolation |
Copyright © 2015–2022 ImgLib2. All rights reserved.