Modifier and Type | Field and Description |
---|---|
protected InterpolatorFactory<T> |
ImageTransform.interpolatorFactory |
Modifier and Type | Method and Description |
---|---|
InterpolatorFactory<T> |
ImageTransform.getInterpolatorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ImageTransform.setInterpolatorFactory(InterpolatorFactory<T> interpolatorFactory) |
Constructor and Description |
---|
ImageTransform(Image<T> img,
BT transform,
InterpolatorFactory<T> interpolatorFactory) |
Modifier and Type | Method and Description |
---|---|
Interpolator<T> |
Image.createInterpolator(InterpolatorFactory<T> factory)
|
Modifier and Type | Method and Description |
---|---|
InterpolatorFactory<T> |
InverseTransformDescription.getInterpolatorFactory() |
Constructor and Description |
---|
InverseTransformDescription(InvertibleBoundable transform,
InterpolatorFactory<T> factory,
Image<T> image) |
Modifier and Type | Field and Description |
---|---|
protected InterpolatorFactory<T> |
InterpolatorImpl.interpolatorFactory |
Modifier and Type | Method and Description |
---|---|
InterpolatorFactory<T> |
InterpolatorImpl.getInterpolatorFactory()
Returns the typed interpolator factory the Interpolator has been instantiated with.
|
InterpolatorFactory<T> |
Interpolator.getInterpolatorFactory()
Returns the typed interpolator factory the Interpolator has been instantiated with.
|
Constructor and Description |
---|
InterpolatorImpl(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DCTInterpolatorFactory<T extends RealType<T>>
TODO
|
Constructor and Description |
---|
DCTInterpolator(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
Modifier and Type | Class and Description |
---|---|
class |
LanczosInterpolatorFactory<T extends RealType<T>>
TODO
|
Constructor and Description |
---|
LanczosInterpolator(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory,
int alpha,
boolean clipping) |
Modifier and Type | Class and Description |
---|---|
class |
LinearInterpolatorFactory<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
NearestNeighborInterpolatorFactory<T extends Type<T>>
TODO
|
Constructor and Description |
---|
NearestNeighborInterpolator(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
NearestNeighborInterpolator1D(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
NearestNeighborInterpolator2D(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
NearestNeighborInterpolator3D(Image<T> img,
InterpolatorFactory<T> interpolatorFactory,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
Modifier and Type | Field and Description |
---|---|
InterpolatorFactory<FloatType> |
SPIMConfiguration.interpolatorFactorOutput |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
OverlayFusion.createOverlay(T targetType,
ArrayList<ij.ImagePlus> images,
ArrayList<InvertibleBoundable> models,
int dimensionality,
int timepoint,
InterpolatorFactory<FloatType> factory) |
static <T extends RealType<T>> |
OverlayFusion.fuseChannel(Image<T> output,
Image<FloatType> input,
float[] offset,
InvertibleCoordinateTransform transform,
InterpolatorFactory<FloatType> factory)
Fuse one slice/volume (one channel)
|
Copyright © 2015–2021 Fiji. All rights reserved.