public class ProjectionImageFilter extends WholeImageFilter
originalSpace, transformedSpace| Constructor and Description |
|---|
ProjectionImageFilter(BoundingBox imageBoundingBox,
CoordinateSystem destCoordinateSystem,
double resolution) |
ProjectionImageFilter(BoundingBox sourceBoundingBox,
GeometryFactory destGeometryFactory,
double destPixelSize) |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage source) |
protected int[] |
filterPixels(int imageWidth,
int imageHeight,
int[] inPixels,
Rectangle transformedSpace) |
BoundingBox |
getDestBoundingBox() |
int |
getDestHeight() |
int |
getDestWidth() |
protected void |
transformSpace(Rectangle rect) |
filterclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic ProjectionImageFilter(BoundingBox imageBoundingBox, CoordinateSystem destCoordinateSystem, double resolution)
public ProjectionImageFilter(BoundingBox sourceBoundingBox, GeometryFactory destGeometryFactory, double destPixelSize)
public BufferedImage filter(BufferedImage source)
protected int[] filterPixels(int imageWidth,
int imageHeight,
int[] inPixels,
Rectangle transformedSpace)
filterPixels in class WholeImageFilterpublic BoundingBox getDestBoundingBox()
public int getDestHeight()
public int getDestWidth()
protected void transformSpace(Rectangle rect)
transformSpace in class WholeImageFilterCopyright © 2015 Revolution Systems Inc.. All rights reserved.