public class SIP.SIPinverse extends Distorter
Constructor and Description |
---|
SIPinverse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
What does this object do?
|
java.lang.String |
getName()
A name for this object
|
Distorter |
inverse()
Get the inverse of the transformation.
|
boolean |
isInverse(Transformer trans)
Are these two transformations, inverses of each other? This
method is used to optimize a series of transformations where
transformations.
|
void |
transform(double[] in,
double[] out)
This is the basic SIP transformation.
|
applyBeforeScaling, getInputDimension, getOutputDimension, jacobian
transform, transform
public Distorter inverse()
Transformer
public java.lang.String getName()
Distorter
public java.lang.String getDescription()
Distorter
getDescription
in interface Component
getDescription
in class Distorter
public void transform(double[] in, double[] out)
transform
in class Transformer
in
- The input vector.out
- The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.public boolean isInverse(Transformer trans)
Transformer
isInverse
in class Transformer