public class GKernelMath extends Object
KernelMath.| Constructor and Description |
|---|
GKernelMath() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
convertToImage(Kernel2D kernel) |
static Kernel2D |
convertToKernel(ImageSingleBand image) |
static Kernel2D |
convolve(Kernel1D a,
Kernel1D b) |
static Kernel1D |
convolve1D(Kernel1D a,
Kernel1D b) |
static Kernel2D |
transpose(Kernel2D a) |
public static <T extends ImageSingleBand> T convertToImage(Kernel2D kernel)
public static Kernel2D convertToKernel(ImageSingleBand image)
Copyright © 2013. All Rights Reserved.