public abstract class SphereDistorter extends Transformer implements Component
| Constructor and Description |
|---|
SphereDistorter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
What does this object do?
|
protected int |
getInputDimension()
What is the input dimensionality of a Distorter?
|
java.lang.String |
getName()
A name for this object
|
protected int |
getOutputDimension()
What is the output dimensionality of a Distorter?
|
abstract SphereDistorter |
inverse()
Get the inverse of the transformation.
|
isInverse, transform, transform, transformpublic java.lang.String getName()
public java.lang.String getDescription()
getDescription in interface Componentpublic abstract SphereDistorter inverse()
Transformerinverse in class Transformerprotected int getOutputDimension()
getOutputDimension in class Transformerprotected int getInputDimension()
getInputDimension in class Transformer