Class ConvolveImageStandard_IL
java.lang.Object
boofcv.alg.filter.convolve.noborder.ConvolveImageStandard_IL
@Generated("boofcv.alg.filter.convolve.noborder.GenerateConvolveImageStandard_IL") public class ConvolveImageStandard_IL extends Object
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
NOTE: This code was automatically generated using GenerateConvolveImageStandard_IL.
-
Constructor Summary
Constructors Constructor Description ConvolveImageStandard_IL()
-
Method Summary
-
Constructor Details
-
ConvolveImageStandard_IL
public ConvolveImageStandard_IL()
-
-
Method Details
-
horizontal
-
vertical
-
convolve
-
horizontal
-
vertical
-
convolve
-
horizontal
-
vertical
-
convolve
-
horizontal
-
vertical
-
convolve
-
vertical
public static void vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI8 dst, int divisor) -
horizontal
-
vertical
-
convolve
-
horizontal
public static void horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) -
vertical
public static void vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) -
convolve
public static void convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) -
horizontal
public static void horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) -
vertical
public static void vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) -
convolve
public static void convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) -
horizontal
-
vertical
-
convolve
-
horizontal
public static void horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) -
vertical
public static void vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) -
convolve
public static void convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) -
vertical
public static void vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedI16 dst, int divisor) -
horizontal
-
vertical
-
convolve
-
horizontal
public static void horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor) -
vertical
public static void vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor) -
convolve
public static void convolve(Kernel2D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor)
-