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, transformpublic abstract java.lang.String getName()
public abstract java.lang.String getDescription()
getDescription in interface Componentpublic abstract Distorter inverse()
Transformerinverse in class Transformerprotected int getOutputDimension()
getOutputDimension in class Transformerprotected int getInputDimension()
getInputDimension in class Transformerpublic double[][] jacobian(double[] pix)
pix - The input position.public boolean applyBeforeScaling()