Class 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConvolveOp

        public ConvolveOp​(java.awt.image.Kernel kernel)
        Apply a convolve operation of the image, given a kernel.
        Parameters:
        kernel - the kernel
    • Method Detail

      • getKernel

        public java.awt.image.Kernel getKernel()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object