|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.SphereDistorter
public abstract class SphereDistorter
This class defines a non-linear distortion in the image plane. Normally the forward distortion converts from a fiducial projection plane to some distorted coordinates. The reverse distortion transforms from the distorted coordinates back to the fiducial coordinates.
| Constructor Summary | |
|---|---|
SphereDistorter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class skyview.geometry.Transformer |
|---|
isInverse, transform, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SphereDistorter()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Componentpublic java.lang.String getDescription()
getDescription in interface Componentpublic abstract SphereDistorter inverse()
Transformer
inverse in class Transformerprotected int getOutputDimension()
getOutputDimension in class Transformerprotected int getInputDimension()
getInputDimension in class Transformer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||