Package it.tidalwave.image.op
Class ConvolveOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.ConvolveOp
-
public class ConvolveOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ConvolveOp(java.awt.image.Kernel kernel)
Apply a convolve operation of the image, given a kernel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.Kernel
getKernel()
java.lang.String
toString()
-