j2d.warp
Class LogXformProcessor
java.lang.Object
j2d.warp.LogXformProcessor
- All Implemented Interfaces:
- HasProperties, ImageProcessorInterface, ImageProcessingPropertiesInterface, java.io.Serializable
public class LogXformProcessor
- extends java.lang.Object
- implements ImageProcessingPropertiesInterface
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogXformProcessor
public LogXformProcessor()
setNumSectors
public void setNumSectors(int sectors)
setNumRings
public void setNumRings(int rings)
computeMappingParameters
public void computeMappingParameters()
getLogPolarImage
public java.awt.image.BufferedImage getLogPolarImage()
process
public java.awt.Image process(java.awt.Image image)
- Description copied from interface:
ImageProcessorInterface
- a basic garbage in, garbage out processor.
- Specified by:
process
in interface ImageProcessorInterface
- Parameters:
image
- input image
- Returns:
- output image
getProperties
public RunFloatModel[] getProperties()
- Specified by:
getProperties
in interface HasProperties