public class TransformMapping<T extends CoordinateTransform> extends AbstractTransformMapping<T>
CoordinateTransform
to map
source into target
which is a projective Mapping
. Note that this uses the
CoordinateTransform
to transfer coordinates from target to source
space which may be the opposite of the intuitive notion of the desired
transformation. If you want to map source into target specifying the
forward transform use InverseTransformMapping
.
Bilinear interpolation is supported.AbstractTransformMapping.ByteInterpolator, AbstractTransformMapping.FloatInterpolator, AbstractTransformMapping.Interpolator, AbstractTransformMapping.RGBInterpolator, AbstractTransformMapping.ShortInterpolator
transform, z
Constructor and Description |
---|
TransformMapping(T t) |
Modifier and Type | Method and Description |
---|---|
void |
map(ij.ImageStack source,
ij.process.ImageProcessor target)
Map source into target
|
void |
mapInterpolated(ij.ImageStack source,
ij.process.ImageProcessor target)
Map source into target using bilinear interpolation.
|
getTransform, pickInterpolator, setSlice
public TransformMapping(T t)
public void map(ij.ImageStack source, ij.process.ImageProcessor target)
Mapping
public void mapInterpolated(ij.ImageStack source, ij.process.ImageProcessor target)
Mapping
Copyright © 2015–2021 Fiji. All rights reserved.