public abstract class AbstractTransformMapping<T> extends Object implements Mapping<T>
Mapping from an source
into an target.
Bilinear interpolation is supported.| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTransformMapping.ByteInterpolator |
static class |
AbstractTransformMapping.FloatInterpolator |
static class |
AbstractTransformMapping.Interpolator |
static class |
AbstractTransformMapping.RGBInterpolator |
static class |
AbstractTransformMapping.ShortInterpolator |
| Modifier and Type | Field and Description |
|---|---|
protected T |
transform |
protected float |
z |
| Constructor and Description |
|---|
AbstractTransformMapping(T t) |
| Modifier and Type | Method and Description |
|---|---|
T |
getTransform() |
protected static AbstractTransformMapping.Interpolator |
pickInterpolator(ij.process.ImageProcessor slice) |
void |
setSlice(float z)
Set the slice
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmap, mapInterpolatedprotected float z
protected final T transform
public AbstractTransformMapping(T t)
public final T getTransform()
getTransform in interface Mapping<T>protected static AbstractTransformMapping.Interpolator pickInterpolator(ij.process.ImageProcessor slice)
Copyright © 2015–2021 Fiji. All rights reserved.