public class SingleDimensionLUTRealTransformField extends AbstractLUTRealTransformField
access, lutMaxIndex, luts, numSourceDimensions, numTargetDimensions, transformDimension
Constructor and Description |
---|
SingleDimensionLUTRealTransformField(int numSourceDimensions,
int numTargetDimensions,
RandomAccessibleInterval<DoubleType> luts) |
Modifier and Type | Method and Description |
---|---|
void |
apply(double[] source,
double[] target) |
void |
apply(float[] source,
float[] target) |
void |
apply(RealLocalizable source,
RealPositionable target) |
void |
applyInverse(double[] source,
double[] target) |
void |
applyInverse(float[] source,
float[] target) |
void |
applyInverse(RealPositionable source,
RealLocalizable target) |
InvertibleRealTransform |
copy() |
InvertibleRealTransform |
inverse() |
apply, applyChecked, applyInverse, applyInverseChecked, findFloorIndex, maxTransformedCoordinate, minTransformedCoordinate, numSourceDimensions, numTargetDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isIdentity
public SingleDimensionLUTRealTransformField(int numSourceDimensions, int numTargetDimensions, RandomAccessibleInterval<DoubleType> luts)
public void applyInverse(double[] source, double[] target)
public void applyInverse(float[] source, float[] target)
public void applyInverse(RealPositionable source, RealLocalizable target)
public InvertibleRealTransform inverse()
public InvertibleRealTransform copy()
public void apply(double[] source, double[] target)
public void apply(float[] source, float[] target)
public void apply(RealLocalizable source, RealPositionable target)
Copyright © 2015–2021 Fiji. All rights reserved.