Serializable, ComponentBesselian, Besselian.BesselianInversepublic abstract class SphereDistorter extends Transformer implements Component
| Constructor | Description |
|---|---|
SphereDistorter() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
What does this object do?
|
protected int |
getInputDimension() |
What is the input dimensionality of a Distorter?
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisInverse, transform, transform, transformpublic 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