public class ConvolveNormalizedNaive
extends java.lang.Object
Convolution with kernel renormalization around image borders. Unoptimized naive implementation.
NOTE: Do not modify. Automatically generated by GenerateConvolveNormalizedNaive.
| Constructor and Description |
|---|
ConvolveNormalizedNaive() |
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)