public abstract class Distorter extends Transformer implements Component
Constructor and Description |
---|
Distorter() |
Modifier and Type | Method and Description |
---|---|
boolean |
applyBeforeScaling() |
abstract java.lang.String |
getDescription()
What does this object do?
|
protected int |
getInputDimension()
What is the input dimensionality of a Distorter?
|
abstract java.lang.String |
getName()
A name for this object
|
protected int |
getOutputDimension()
What is the output dimensionality of a Distorter?
|
abstract Distorter |
inverse()
Get the inverse of the transformation.
|
double[][] |
jacobian(double[] pix)
Get the local Jacobian for the distortion.
|
isInverse, transform, transform, transform
public abstract java.lang.String getName()
public abstract java.lang.String getDescription()
getDescription
in interface Component
public abstract Distorter inverse()
Transformer
inverse
in class Transformer
protected int getOutputDimension()
getOutputDimension
in class Transformer
protected int getInputDimension()
getInputDimension
in class Transformer
public double[][] jacobian(double[] pix)
pix
- The input position.public boolean applyBeforeScaling()