public class GKernelMath
extends java.lang.Object
KernelMath.| Constructor and Description |
|---|
GKernelMath() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageGray> |
convertToImage(Kernel2D kernel) |
static Kernel2D |
convertToKernel(ImageGray image) |
static Kernel2D |
convolve(Kernel1D a,
Kernel1D b) |
static Kernel1D |
convolve1D(Kernel1D a,
Kernel1D b) |
static Kernel2D |
transpose(Kernel2D a) |