public abstract class AbstractConvolveImageOp extends AbstractImageOp
EDGE_CLAMP, EDGE_MIRROR, EDGE_ZERO, edgeMode, hints| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractConvolveImageOp(float[][] matrix) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
filter(int[] inPixels,
int[] outPixels,
int width,
int height) |
bilinear, createCompatibleDestImage, filter, getBounds2D, getEdgeMode, getPixel, getPixelBilinear, getPoint2D, getRenderingHints, limit, limitByte, setEdgeModeprotected void filter(int[] inPixels,
int[] outPixels,
int width,
int height)
filter 在类中 AbstractImageOp