All Implemented Interfaces:
Serializable, Operation

public class Convolve extends OperationJAI
Computes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample.

Name: "Convolve"
JAI operator: "Convolve"
Parameters:

Name Class Default value Minimum value Maximum value
"Source" GridCoverage2D N/A N/A N/A
"kernel" KernelJAI N/A N/A N/A
Since:
2.3
Author:
Martin Desruisseaux (IRD)
See Also:
  • Constructor Details

    • Convolve

      public Convolve()
      Constructs a default "Convolve" operation.