public class ConvolveNormalized_JustBorder
extends java.lang.Object
Covolves a 1D kernel in the horizontal or vertical direction across an image's border only, while re-normalizing the kernel sum to one. The kernel MUST be smaller than the image.
NOTE: Do not modify. Automatically generated by GenerateConvolveNormalized_JustBorder.
| Constructor and Description |
|---|
ConvolveNormalized_JustBorder() |
public static void horizontal(Kernel1D_F32 kernel, ImageFloat32 input, ImageFloat32 output)
public static void vertical(Kernel1D_F32 kernel, ImageFloat32 input, ImageFloat32 output)
public static void convolve(Kernel2D_F32 kernel, ImageFloat32 input, ImageFloat32 output)
public static void horizontal(Kernel1D_I32 kernel, ImageUInt8 input, ImageInt8 output)
public static void vertical(Kernel1D_I32 kernel, ImageUInt8 input, ImageInt8 output)
public static void convolve(Kernel2D_I32 kernel, ImageUInt8 input, ImageInt8 output)
public static void horizontal(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output)
public static void vertical(Kernel1D_I32 kernel, ImageSInt16 input, ImageInt16 output)
public static void convolve(Kernel2D_I32 kernel, ImageSInt16 input, ImageInt16 output)
public static void horizontal(Kernel1D_I32 kernel, ImageSInt32 input, ImageSInt32 output)
public static void vertical(Kernel1D_I32 kernel, ImageSInt32 input, ImageSInt32 output)
public static void convolve(Kernel2D_I32 kernel, ImageSInt32 input, ImageSInt32 output)
public static void vertical(Kernel1D_I32 kernelX, Kernel1D_I32 kernelY, ImageUInt16 input, ImageInt8 output)
public static void vertical(Kernel1D_I32 kernelX, Kernel1D_I32 kernelY, ImageSInt32 input, ImageInt16 output)