j2d.warp
Class FishEyeProcessor
java.lang.Object
j2d.warp.FishEyeProcessor
- All Implemented Interfaces:
- HasProperties, ImageProcessorInterface, ImageProcessingPropertiesInterface, java.io.Serializable
public class FishEyeProcessor
- extends java.lang.Object
- implements ImageProcessingPropertiesInterface
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FishEyeProcessor
public FishEyeProcessor()
setGamma
public void setGamma(float gamma)
main
public static void main(java.lang.String[] args)
process
public java.awt.Image process(java.awt.Image img)
- Description copied from interface:
ImageProcessorInterface
- a basic garbage in, garbage out processor.
- Specified by:
process
in interface ImageProcessorInterface
- Parameters:
img
- input image
- Returns:
- output image
getProperties
public RunFloatModel[] getProperties()
- Specified by:
getProperties
in interface HasProperties
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object