public class SingleDimensionLUTRealTransform extends AbstractLUTRealTransform
Modifier and Type | Field and Description |
---|---|
protected int |
d |
lut, lutMaxIndex, numSourceDimensions, numTargetDimensions
Constructor and Description |
---|
SingleDimensionLUTRealTransform(double[] lut,
int numSourceDimensions,
int numTargetDimensions,
int d) |
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) |
SingleDimensionLUTRealTransform |
copy()
Reuses the LUT
|
InvertibleRealTransform |
inverse()
TODO create actual inverse
|
static void |
main(String[] args) |
apply, applyChecked, applyInverse, applyInverseChecked, findFloorIndex, maxTransformedCoordinate, minTransformedCoordinate, numSourceDimensions, numTargetDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isIdentity
public SingleDimensionLUTRealTransform(double[] lut, int numSourceDimensions, int numTargetDimensions, int d)
public void apply(double[] source, double[] target)
public void apply(float[] source, float[] target)
public void apply(RealLocalizable source, RealPositionable target)
public SingleDimensionLUTRealTransform copy()
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 static final void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.