Uses of Class
boofcv.struct.convolve.Kernel1D_S32
Packages that use Kernel1D_S32
Package
Description
-
Uses of Kernel1D_S32 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic floatConvolveImageNoBorderSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayS16 input, int c_x, int c_y, int[] storage) Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.static floatConvolveImageNoBorderSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayS16 input, int c_x, int c_y, int[] storage, int divisorHorizontal, int divisorVertical) Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.static floatConvolveImageNoBorderSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayU8 input, int c_x, int c_y, int[] storage) Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.static floatConvolveImageNoBorderSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayU8 input, int c_x, int c_y, int[] storage, int divisorHorizontal, int divisorVertical) Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.static intConvolveImageNormalizedSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayS16 input, int c_x, int c_y, int[] storage) Convolves around the specified point in the horizontal and vertical direction.static intConvolveImageNormalizedSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayU8 input, int c_x, int c_y, int[] storage) Convolves around the specified point in the horizontal and vertical direction.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayS32 output, ImageBorder_S32<GrayU8> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedS32> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 1D convolution across the image.static voidConvolveImageDownNoBorder.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveImageDownNoBorder.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveImageDownNoBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveImageDownNoBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveImageDownNormalized.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int skip) Performs a horizontal 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.static voidConvolveImageDownNormalized.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int skip) Performs a horizontal 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayS32 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, ImageBorder_S32<GrayS16> bsrc) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, ImageBorder_S32<GrayS32> bsrc) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, ImageBorder_S32<GrayU16> bsrc) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, ImageBorder_S32<GrayU8> bsrc) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a horizontal 1D normalized convolution across the image.static intConvolveImageSparse.horizontal(Kernel1D_S32 kernel, ImageBorder_S32 input, int x, int y) static voidConvolveImage.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayS32 output, ImageBorder_S32<GrayU8> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedS32> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image.static voidConvolveImageDownNoBorder.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveImageDownNoBorder.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveImageDownNoBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveImageDownNoBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveImageDownNormalized.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int skip) Performs a vertical 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.static voidConvolveImageDownNormalized.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int skip) Performs a vertical 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayI16 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI8 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayS32 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI8 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, ImageBorder_S32<GrayS16> bsrc) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, ImageBorder_S32<GrayS32> bsrc) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, ImageBorder_S32<GrayU16> bsrc) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, ImageBorder_S32<GrayU8> bsrc) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image.static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a vertical 1D normalized convolution across the image.static intConvolveImageSparse.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, int x, int y) -
Uses of Kernel1D_S32 in boofcv.alg.filter.convolve.border
Methods in boofcv.alg.filter.convolve.border with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic voidConvolveJustBorder_General_IL.horizontal(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) static voidConvolveJustBorder_General_IL.horizontal(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedS32 dst) static voidConvolveJustBorder_General_SB.horizontal(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static voidConvolveJustBorder_General_SB.horizontal(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) static voidConvolveJustBorder_General_SB.horizontal(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI8 output, int divisor) static voidConvolveJustBorder_General_SB.horizontal(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output) static voidConvolveJustBorder_General_SB.horizontal(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output, int divisor) static voidConvolveJustBorder_General_IL.vertical(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) static voidConvolveJustBorder_General_IL.vertical(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedS32 dst) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI8 output, int divisor) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output, int divisor) -
Uses of Kernel1D_S32 in boofcv.alg.filter.convolve.down
Methods in boofcv.alg.filter.convolve.down with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic voidConvolveDownNoBorderStandard.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderStandard.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderStandard.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderStandard.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static booleanConvolveDownNoBorderUnrolled_S16_I16_Div.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int skip, int divisor) static booleanConvolveDownNoBorderUnrolled_S16_I16.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int skip) static booleanConvolveDownNoBorderUnrolled_U8_I16.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest, int skip) static booleanConvolveDownNoBorderUnrolled_U8_I8_Div.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int skip, int divisor) static voidConvolveDownNormalized_JustBorder.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalized_JustBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip) static voidConvolveDownNormalizedNaive.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalizedNaive.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.horizontal11(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.horizontal11(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.horizontal11(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.horizontal11(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.horizontal3(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.horizontal3(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.horizontal3(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.horizontal3(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.horizontal5(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.horizontal5(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.horizontal5(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.horizontal5(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.horizontal7(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.horizontal7(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.horizontal7(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.horizontal7(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.horizontal9(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.horizontal9(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.horizontal9(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.horizontal9(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderStandard.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderStandard.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderStandard.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderStandard.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static booleanConvolveDownNoBorderUnrolled_S16_I16_Div.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int skip, int divisor) static booleanConvolveDownNoBorderUnrolled_S16_I16.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int skip) static booleanConvolveDownNoBorderUnrolled_U8_I16.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest, int skip) static booleanConvolveDownNoBorderUnrolled_U8_I8_Div.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int skip, int divisor) static voidConvolveDownNormalized_JustBorder.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalized_JustBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip) static voidConvolveDownNormalizedNaive.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalizedNaive.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.vertical11(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.vertical11(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.vertical11(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.vertical11(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.vertical3(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.vertical3(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.vertical3(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.vertical3(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.vertical5(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.vertical5(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.vertical5(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.vertical5(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.vertical7(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.vertical7(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.vertical7(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.vertical7(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.vertical9(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.vertical9(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.vertical9(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I8_Div.vertical9(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, int skip, int divisor) -
Uses of Kernel1D_S32 in boofcv.alg.filter.convolve.noborder
Methods in boofcv.alg.filter.convolve.noborder with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic intConvolveImageStandardSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayS16 input, int c_x, int c_y, int[] storage) static intConvolveImageStandardSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayS16 input, int c_x, int c_y, int[] storage, int divisorHorizontal, int divisorVertical) static intConvolveImageStandardSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayU8 input, int c_x, int c_y, int[] storage) static intConvolveImageStandardSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayU8 input, int c_x, int c_y, int[] storage, int divisorHorizontal, int divisorVertical) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor) static voidConvolveImageStandard_SB_MT.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayS32 dst) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor) static voidConvolveImageStandard_SB.horizontal(Kernel1D_S32 kernel, GrayU8 src, GrayS32 dst) static booleanConvolveImageUnrolled_SB_MT_S16_I16_Div.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static booleanConvolveImageUnrolled_SB_MT_S16_I16.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_S32_S32_Div.horizontal(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static booleanConvolveImageUnrolled_SB_MT_S32_S32.horizontal(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static booleanConvolveImageUnrolled_SB_MT_U16_I16_Div.horizontal(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static booleanConvolveImageUnrolled_SB_MT_U16_I16.horizontal(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_U8_I16.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_U8_I8_Div.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static booleanConvolveImageUnrolled_SB_S16_I16_Div.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static booleanConvolveImageUnrolled_SB_S16_I16.horizontal(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_S32_S32_Div.horizontal(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static booleanConvolveImageUnrolled_SB_S32_S32.horizontal(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static booleanConvolveImageUnrolled_SB_U16_I16_Div.horizontal(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static booleanConvolveImageUnrolled_SB_U16_I16.horizontal(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_U8_I16.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_U8_I8_Div.horizontal(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.horizontal11(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16.horizontal11(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.horizontal11(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S32_S32.horizontal11(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.horizontal11(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_U16_I16.horizontal11(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.horizontal11(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.horizontal11(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16_Div.horizontal11(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16.horizontal11(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_S32_S32_Div.horizontal11(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_S32_S32.horizontal11(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.horizontal11(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_U16_I16.horizontal11(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.horizontal11(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I8_Div.horizontal11(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.horizontal3(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16.horizontal3(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.horizontal3(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S32_S32.horizontal3(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.horizontal3(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_U16_I16.horizontal3(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.horizontal3(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.horizontal3(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16_Div.horizontal3(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16.horizontal3(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_S32_S32_Div.horizontal3(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_S32_S32.horizontal3(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.horizontal3(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_U16_I16.horizontal3(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.horizontal3(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I8_Div.horizontal3(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.horizontal5(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16.horizontal5(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.horizontal5(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S32_S32.horizontal5(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.horizontal5(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_U16_I16.horizontal5(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.horizontal5(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.horizontal5(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16_Div.horizontal5(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16.horizontal5(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_S32_S32_Div.horizontal5(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_S32_S32.horizontal5(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.horizontal5(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_U16_I16.horizontal5(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.horizontal5(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I8_Div.horizontal5(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.horizontal7(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16.horizontal7(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.horizontal7(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S32_S32.horizontal7(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.horizontal7(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_U16_I16.horizontal7(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.horizontal7(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.horizontal7(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16_Div.horizontal7(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16.horizontal7(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_S32_S32_Div.horizontal7(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_S32_S32.horizontal7(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.horizontal7(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_U16_I16.horizontal7(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.horizontal7(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I8_Div.horizontal7(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.horizontal9(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S16_I16.horizontal9(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.horizontal9(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_S32_S32.horizontal9(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.horizontal9(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_MT_U16_I16.horizontal9(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.horizontal9(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.horizontal9(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16_Div.horizontal9(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_S16_I16.horizontal9(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_S32_S32_Div.horizontal9(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor) static voidConvolveImageUnrolled_SB_S32_S32.horizontal9(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.horizontal9(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor) static voidConvolveImageUnrolled_SB_U16_I16.horizontal9(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.horizontal9(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I8_Div.horizontal9(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayS32 dst) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayU16 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.vertical(Kernel1D_S32 kernel, GrayU8 src, GrayS32 dst) static booleanConvolveImageUnrolled_SB_MT_S16_I16_Div.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_MT_S16_I16.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_S32_S32_Div.vertical(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_MT_S32_S32.vertical(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static booleanConvolveImageUnrolled_SB_MT_U16_I16_Div.vertical(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_MT_U16_I16.vertical(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_U8_I16.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_U8_I8_Div.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_S16_I16_Div.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_S16_I16.vertical(Kernel1D_S32 kernel, GrayS16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_S32_S32_Div.vertical(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_S32_S32.vertical(Kernel1D_S32 kernel, GrayS32 image, GrayS32 dest) static booleanConvolveImageUnrolled_SB_U16_I16_Div.vertical(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_U16_I16.vertical(Kernel1D_S32 kernel, GrayU16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_U8_I16.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_U8_I8_Div.vertical(Kernel1D_S32 kernel, GrayU8 image, GrayI8 dest, int divisor, GrowArray<DogArray_I32> work) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.vertical11(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.vertical11(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.vertical11(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S32_S32.vertical11(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.vertical11(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.vertical11(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I16.vertical11(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.vertical11(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16_Div.vertical11(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.vertical11(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_S32_S32_Div.vertical11(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S32_S32.vertical11(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_U16_I16_Div.vertical11(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.vertical11(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I16.vertical11(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I8_Div.vertical11(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.vertical3(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.vertical3(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.vertical3(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S32_S32.vertical3(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.vertical3(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.vertical3(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I16.vertical3(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.vertical3(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16_Div.vertical3(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.vertical3(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_S32_S32_Div.vertical3(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S32_S32.vertical3(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_U16_I16_Div.vertical3(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.vertical3(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I16.vertical3(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I8_Div.vertical3(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.vertical5(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.vertical5(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.vertical5(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S32_S32.vertical5(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.vertical5(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.vertical5(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I16.vertical5(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.vertical5(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16_Div.vertical5(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.vertical5(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_S32_S32_Div.vertical5(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S32_S32.vertical5(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_U16_I16_Div.vertical5(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.vertical5(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I16.vertical5(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I8_Div.vertical5(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.vertical7(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.vertical7(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.vertical7(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S32_S32.vertical7(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.vertical7(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.vertical7(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I16.vertical7(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.vertical7(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16_Div.vertical7(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.vertical7(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_S32_S32_Div.vertical7(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S32_S32.vertical7(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_U16_I16_Div.vertical7(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.vertical7(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I16.vertical7(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I8_Div.vertical7(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.vertical9(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.vertical9(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_S32_S32_Div.vertical9(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S32_S32.vertical9(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.vertical9(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.vertical9(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I16.vertical9(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_MT_U8_I8_Div.vertical9(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16_Div.vertical9(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.vertical9(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_S32_S32_Div.vertical9(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S32_S32.vertical9(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst) static voidConvolveImageUnrolled_SB_U16_I16_Div.vertical9(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.vertical9(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I16.vertical9(Kernel1D_S32 kernel, GrayU8 src, GrayI16 dst) static voidConvolveImageUnrolled_SB_U8_I8_Div.vertical9(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) -
Uses of Kernel1D_S32 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic intConvolveNormalizedStandardSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayS16 input, int c_x, int c_y, int[] storage) static intConvolveNormalizedStandardSparse.convolve(Kernel1D_S32 horizontal, Kernel1D_S32 vertical, GrayU8 input, int c_x, int c_y, int[] storage) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedS32 dst) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) static voidConvolveNormalized_JustBorder_SB.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.horizontal(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output) static voidConvolveNormalized_JustBorder_SB.horizontal(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> binput) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> binput) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, ImageBorder_S32<GrayU8> binput) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedS32 src, InterleavedI16 dst) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedU16 src, InterleavedI8 dst) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, GrayS32 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, GrayU16 input, GrayI8 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedS32 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedU16 input, InterleavedI8 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedS32 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, GrayS32 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, GrayU16 input, GrayI8 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> binput) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> binput) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, ImageBorder_S32<GrayU8> binput) -
Uses of Kernel1D_S32 in boofcv.alg.filter.derivative
Fields in boofcv.alg.filter.derivative declared as Kernel1D_S32Modifier and TypeFieldDescriptionstatic Kernel1D_S32GradientThree.kernelDeriv_I32static Kernel1D_S32GradientTwo0.kernelDeriv_I32static Kernel1D_S32GradientTwo1.kernelDeriv_I32static Kernel1D_S32HessianThree.kernelXXYY_I32Methods in boofcv.alg.filter.derivative with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic voidDerivativeHelperFunctions.processBorderHorizontal(GrayS16 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static voidDerivativeHelperFunctions.processBorderHorizontal(GrayU8 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static voidDerivativeHelperFunctions.processBorderHorizontal(GrayU8 orig, GrayS32 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static voidDerivativeHelperFunctions.processBorderVertical(GrayS16 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static voidDerivativeHelperFunctions.processBorderVertical(GrayU8 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static voidDerivativeHelperFunctions.processBorderVertical(GrayU8 orig, GrayS32 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) -
Uses of Kernel1D_S32 in boofcv.alg.filter.kernel
Methods in boofcv.alg.filter.kernel that return Kernel1D_S32Modifier and TypeMethodDescriptionstatic Kernel1D_S32KernelMath.convert(Kernel1D_F32 original, float minFrac) static Kernel1D_S32KernelMath.convert(Kernel1D_F64 original, double minFrac) static Kernel1D_S32KernelMath.convolve1D_I32(Kernel1D_S32 a, Kernel1D_S32 b) Methods in boofcv.alg.filter.kernel with parameters of type Kernel1D_S32Modifier and TypeMethodDescriptionstatic Kernel1D_S32KernelMath.convolve1D_I32(Kernel1D_S32 a, Kernel1D_S32 b) static Kernel2D_S32KernelMath.convolve2D(Kernel1D_S32 a, Kernel1D_S32 b) Convolve two 1D kernels together to form a 2D kernel. -
Uses of Kernel1D_S32 in boofcv.factory.filter.convolve
Constructors in boofcv.factory.filter.convolve with parameters of type Kernel1D_S32ModifierConstructorDescriptionHorizontal1D_I32(Kernel1D_S32 kernel) Vertical1D_I32(Kernel1D_S32 kernel) -
Uses of Kernel1D_S32 in boofcv.factory.filter.kernel
Methods in boofcv.factory.filter.kernel that return Kernel1D_S32Modifier and TypeMethodDescriptionstatic Kernel1D_S32FactoryKernel.random1D_I32(int width, int offset, int min, int max, Random rand) Creates a random 1D kernel drawn from a uniform distribution.static Kernel1D_S32FactoryKernel.table1D_S32(int radius) Create an integer table convolution kernel.static Kernel1D_S32FactoryKernel.table1D_S32(int offset, int length) -
Uses of Kernel1D_S32 in boofcv.struct.convolve
Methods in boofcv.struct.convolve that return Kernel1D_S32Modifier and TypeMethodDescriptionKernel1D_S32.copy()static Kernel1D_S32Kernel1D_S32.wrap(int[] data, int width, int offset) Creates a kernel whose elements are the specified data array and has the specified width.