public class ConvolveJustBorder_General
extends java.lang.Object
Convolves just the image's border. How the border condition is handled is specified by the ImageBorder
passed in. For 1D kernels only the horizontal or vertical borders are processed.
WARNING: Do not modify. Automatically generated by GenerateConvolveJustBorder_General.
| Constructor and Description |
|---|
ConvolveJustBorder_General() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convolve(Kernel2D_F32 kernel,
ImageBorder_F32 input,
ImageFloat32 output) |
static void |
convolve(Kernel2D_I32 kernel,
ImageBorder_S32 input,
ImageInt16 output) |
static void |
convolve(Kernel2D_I32 kernel,
ImageBorder_S32 input,
ImageSInt32 output) |
static void |
horizontal(Kernel1D_F32 kernel,
ImageBorder_F32 input,
ImageFloat32 output) |
static void |
horizontal(Kernel1D_I32 kernel,
ImageBorder_S32 input,
ImageInt16 output) |
static void |
horizontal(Kernel1D_I32 kernel,
ImageBorder_S32 input,
ImageSInt32 output) |
static void |
vertical(Kernel1D_F32 kernel,
ImageBorder_F32 input,
ImageFloat32 output) |
static void |
vertical(Kernel1D_I32 kernel,
ImageBorder_S32 input,
ImageInt16 output) |
static void |
vertical(Kernel1D_I32 kernel,
ImageBorder_S32 input,
ImageSInt32 output) |
public static void horizontal(Kernel1D_F32 kernel, ImageBorder_F32 input, ImageFloat32 output)
public static void vertical(Kernel1D_F32 kernel, ImageBorder_F32 input, ImageFloat32 output)
public static void convolve(Kernel2D_F32 kernel, ImageBorder_F32 input, ImageFloat32 output)
public static void horizontal(Kernel1D_I32 kernel, ImageBorder_S32 input, ImageInt16 output)
public static void vertical(Kernel1D_I32 kernel, ImageBorder_S32 input, ImageInt16 output)
public static void convolve(Kernel2D_I32 kernel, ImageBorder_S32 input, ImageInt16 output)
public static void horizontal(Kernel1D_I32 kernel, ImageBorder_S32 input, ImageSInt32 output)
public static void vertical(Kernel1D_I32 kernel, ImageBorder_S32 input, ImageSInt32 output)
public static void convolve(Kernel2D_I32 kernel, ImageBorder_S32 input, ImageSInt32 output)