Uses of Class
boofcv.struct.image.GrayI16
Packages that use GrayI16
Package
Description
-
Uses of GrayI16 in boofcv.alg.border
Classes in boofcv.alg.border with type parameters of type GrayI16 -
Uses of GrayI16 in boofcv.alg.distort
Classes in boofcv.alg.distort with type parameters of type GrayI16 -
Uses of GrayI16 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidConvolveImage.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> border) Performs a 2D convolution across the image.static voidConvolveImage.convolve(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a 2D convolution across the image.static voidConvolveImageDownNoBorder.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveImageDownNoBorder.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveImageDownNoBorder.convolve(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveImageDownNormalized.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest, int skip) Performs a 2D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, GrayU16 input, GrayI16 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output) static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dst) Performs a 2D normalized convolution across the image.static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dst, ImageBorder_S32<GrayS16> bsrc) Performs a 2D normalized convolution across the image.static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dst) Performs a 2D normalized convolution across the image.static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dst, ImageBorder_S32<GrayU16> bsrc) Performs a 2D normalized convolution across the image.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, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a horizontal 1D convolution across the image.static voidConvolveImageBox.horizontal(GrayS16 input, GrayI16 output, int radius) Performs a horizontal 1D convolution of a box kernel across the imagestatic voidConvolveImageBox.horizontal(GrayU8 input, GrayI16 output, int radius) Performs a horizontal 1D convolution of a box kernel across the imagestatic 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 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 voidConvolveImageMean.horizontal(GrayS16 input, GrayI16 output, int offset, int length) Performs a horizontal 1D mean box filter.static voidConvolveImageMean.horizontal(GrayS16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayS16> binput) Performs a horizontal 1D mean box filter.static voidConvolveImageMean.horizontal(GrayU16 input, GrayI16 output, int offset, int length) Performs a horizontal 1D mean box filter.static voidConvolveImageMean.horizontal(GrayU16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayU16> binput) Performs a horizontal 1D mean box filter.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, GrayU16 input, GrayI16 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, GrayU8 input, GrayI16 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, 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 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, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a vertical 1D convolution across the image.static voidConvolveImageBox.vertical(GrayS16 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> work) Performs a vertical 1D convolution of a box kernel across the imagestatic voidConvolveImageBox.vertical(GrayU8 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> work) Performs a vertical 1D convolution of a box kernel across the imagestatic 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 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 voidConvolveImageMean.vertical(GrayS16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayS16> binput, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.static voidConvolveImageMean.vertical(GrayS16 input, GrayI16 output, int offset, int length, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.static voidConvolveImageMean.vertical(GrayU16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayU16> binput, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.static voidConvolveImageMean.vertical(GrayU16 input, GrayI16 output, int offset, int length, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.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, GrayU16 input, GrayI16 output, int divisor, @Nullable GrowArray<DogArray_I32> work) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, GrayU8 input, GrayI16 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, 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. -
Uses of GrayI16 in boofcv.alg.filter.convolve.border
Methods in boofcv.alg.filter.convolve.border with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidConvolveJustBorder_General_SB.convolve(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static voidConvolveJustBorder_General_SB.convolve(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) 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.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static voidConvolveJustBorder_General_SB.vertical(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) -
Uses of GrayI16 in boofcv.alg.filter.convolve.down
Methods in boofcv.alg.filter.convolve.down with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidConvolveDownNoBorderStandard.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderStandard.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderStandard.convolve(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static booleanConvolveDownNoBorderUnrolled_S16_I16_Div.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest, int skip, int divisor) static booleanConvolveDownNoBorderUnrolled_S16_I16.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest, int skip) static booleanConvolveDownNoBorderUnrolled_U8_I16.convolve(Kernel2D_S32 kernel, GrayU8 image, GrayI16 dest, int skip) static voidConvolveDownNormalized_JustBorder.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalizedNaive.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.convolve11(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.convolve11(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.convolve11(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.convolve3(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.convolve3(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.convolve3(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.convolve5(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.convolve5(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.convolve5(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.convolve7(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.convolve7(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.convolve7(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_S16_I16_Div.convolve9(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip, int divisor) static voidConvolveDownNoBorderUnrolled_S16_I16.convolve9(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNoBorderUnrolled_U8_I16.convolve9(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, int skip) static 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 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 voidConvolveDownNormalized_JustBorder.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalizedNaive.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 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_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_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_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_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 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 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 voidConvolveDownNormalized_JustBorder.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, int skip) static voidConvolveDownNormalizedNaive.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 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_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_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_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_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) -
Uses of GrayI16 in boofcv.alg.filter.convolve.noborder
Methods in boofcv.alg.filter.convolve.noborder with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidConvolveImageStandard_SB_MT.convolve(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageStandard_SB_MT.convolve(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.convolve(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageStandard_SB_MT.convolve(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB_MT.convolve(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageStandard_SB.convolve(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageStandard_SB.convolve(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.convolve(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageStandard_SB.convolve(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageStandard_SB.convolve(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_S16_I16_Div.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_MT_S16_I16.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_U16_I16_Div.convolve(Kernel2D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_MT_U16_I16.convolve(Kernel2D_S32 kernel, GrayU16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_MT_U8_I16.convolve(Kernel2D_S32 kernel, GrayU8 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_S16_I16_Div.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_S16_I16.convolve(Kernel2D_S32 kernel, GrayS16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_U16_I16_Div.convolve(Kernel2D_S32 kernel, GrayU16 image, GrayI16 dest, int divisor, GrowArray<DogArray_I32> work) static booleanConvolveImageUnrolled_SB_U16_I16.convolve(Kernel2D_S32 kernel, GrayU16 image, GrayI16 dest) static booleanConvolveImageUnrolled_SB_U8_I16.convolve(Kernel2D_S32 kernel, GrayU8 image, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.convolve11(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.convolve11(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.convolve11(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.convolve11(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.convolve11(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_S16_I16_Div.convolve11(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.convolve11(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.convolve11(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.convolve11(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.convolve11(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.convolve3(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.convolve3(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.convolve3(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.convolve3(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.convolve3(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_S16_I16_Div.convolve3(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.convolve3(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.convolve3(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.convolve3(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.convolve3(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.convolve5(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.convolve5(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.convolve5(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.convolve5(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.convolve5(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_S16_I16_Div.convolve5(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.convolve5(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.convolve5(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.convolve5(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.convolve5(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.convolve7(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.convolve7(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.convolve7(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.convolve7(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.convolve7(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_S16_I16_Div.convolve7(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.convolve7(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.convolve7(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.convolve7(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.convolve7(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_S16_I16_Div.convolve9(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_S16_I16.convolve9(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U16_I16_Div.convolve9(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_MT_U16_I16.convolve9(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_MT_U8_I16.convolve9(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_S16_I16_Div.convolve9(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_S16_I16.convolve9(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U16_I16_Div.convolve9(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest, int divisor, @Nullable GrowArray<DogArray_I32> workspaces) static voidConvolveImageUnrolled_SB_U16_I16.convolve9(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dest) static voidConvolveImageUnrolled_SB_U8_I16.convolve9(Kernel2D_S32 kernel, GrayU8 src, GrayI16 dest) 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, 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.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, 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 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_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_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_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 voidImplConvolveBox_MT.horizontal(GrayS16 input, GrayI16 output, int radius) static voidImplConvolveBox_MT.horizontal(GrayU16 input, GrayI16 output, int radius) static voidImplConvolveBox_MT.horizontal(GrayU8 input, GrayI16 output, int radius) static voidImplConvolveBox.horizontal(GrayS16 input, GrayI16 output, int radius) static voidImplConvolveBox.horizontal(GrayU16 input, GrayI16 output, int radius) static voidImplConvolveBox.horizontal(GrayU8 input, GrayI16 output, int radius) static voidImplConvolveMean_MT.horizontal(GrayS16 input, GrayI16 output, int offset, int length) static voidImplConvolveMean_MT.horizontal(GrayU16 input, GrayI16 output, int offset, int length) static voidImplConvolveMean.horizontal(GrayS16 input, GrayI16 output, int offset, int length) static voidImplConvolveMean.horizontal(GrayU16 input, GrayI16 output, int offset, int length) 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 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, 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, GrayU8 src, GrayI16 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, 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, GrayU8 src, GrayI16 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_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_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_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 voidImplConvolveBox_MT.vertical(GrayS16 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveBox_MT.vertical(GrayU16 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveBox_MT.vertical(GrayU8 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveBox.vertical(GrayS16 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveBox.vertical(GrayU16 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveBox.vertical(GrayU8 input, GrayI16 output, int radius, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveMean_MT.vertical(GrayS16 input, GrayI16 output, int offset, int length, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveMean_MT.vertical(GrayU16 input, GrayI16 output, int offset, int length, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveMean.vertical(GrayS16 input, GrayI16 output, int offset, int length, @Nullable GrowArray<DogArray_I32> workspaces) static voidImplConvolveMean.vertical(GrayU16 input, GrayI16 output, int offset, int length, @Nullable GrowArray<DogArray_I32> workspaces) 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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) -
Uses of GrayI16 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidConvolveNormalized_JustBorder_SB.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.convolve(Kernel2D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.convolve(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> binput) static voidConvolveNormalizedNaive_SB.convolve(Kernel2D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.convolve(Kernel2D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static voidConvolveNormalized_JustBorder_SB.horizontal(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.horizontal(Kernel1D_S32 kernel, GrayU16 input, GrayI16 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, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.horizontal(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, GrayS32 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output) static voidConvolveNormalized_JustBorder_SB.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, GrayS32 input, GrayI16 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, GrayU16 input, GrayI16 output) static voidConvolveNormalizedNaive_SB.vertical(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) -
Uses of GrayI16 in boofcv.alg.filter.misc
Methods in boofcv.alg.filter.misc with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidDown samples the image.static voidDown samples the image.static voidImageLambdaFilters.filterRectCenterEdge(GrayI16 src, int radiusX, int radiusY, GrayI16 dst, @Nullable Object workspace, ImageLambdaFilters.Rect_S32 filter) static voidImageLambdaFilters_MT.filterRectCenterInner(GrayI16 src, int radiusX, int radiusY, GrayI16 dst, @Nullable Object workspace, ImageLambdaFilters.RectCenter_S32 filter) static voidImageLambdaFilters.filterRectCenterInner(GrayI16 src, int radiusX, int radiusY, GrayI16 dst, @Nullable Object workspace, ImageLambdaFilters.RectCenter_S32 filter) -
Uses of GrayI16 in boofcv.alg.filter.misc.impl
Methods in boofcv.alg.filter.misc.impl with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidDown samples the image along the y-axis only.static voidDown samples the image along the y-axis only. -
Uses of GrayI16 in boofcv.alg.misc
Methods in boofcv.alg.misc with type parameters of type GrayI16Modifier and TypeMethodDescriptionstatic <T extends GrayI16<T>>
voidImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) Copies a rectangular region from one image into another.static <T extends GrayI16<T>>
voidImageMiscOps.growBorder(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) Creates a new image which is a copy of the src image but extended with border pixels.static <T extends GrayI16<T>>
TImageMiscOps.rotateCCW(T input, T output) Rotates the image 90 degrees in the counter-clockwise direction.static <T extends GrayI16<T>>
TImageMiscOps.rotateCW(T input, T output) Rotates the image 90 degrees in the clockwise direction.static <T extends GrayI16<T>>
TImageMiscOps.transpose(T input, T output) Transposes the imageMethods in boofcv.alg.misc with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayI16 input, GrayI16 output) Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]static <T extends GrayI16<T>>
voidImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) Copies a rectangular region from one image into another.static voidImageMiscOps.extractBand(InterleavedI16 input, int band, GrayI16 output) Extracts a single band from a multi-band imagestatic voidFills the whole image with the specified valuestatic voidImageMiscOps.fillBorder(GrayI16 image, int value, int radius) Fills the outside border with the specified valuestatic voidImageMiscOps.fillBorder(GrayI16 image, int value, int borderX0, int borderY0, int borderX1, int borderY1) Fills the border with independent border widths for each sidestatic voidImageMiscOps.fillGaussian(GrayI16 input, Random rand, double mean, double sigma, int lowerBound, int upperBound) Sets each value in the image to a value drawn from a Gaussian distribution.static voidImageMiscOps.fillRectangle(GrayI16 image, int value, int x0, int y0, int width, int height) Draws a filled rectangle that is aligned along the image axis inside the image.static voidImageMiscOps.fillUniform(GrayI16 img, Random rand, int min, int max) Sets each value in the image to a value drawn from an uniform distribution that has a range of min ≤ X < max.static voidImageMiscOps.findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) Using the provided functions, finds all pixel values which match then calls the process functionstatic voidImageMiscOps.flipHorizontal(GrayI16 image) Flips the image from left to rightstatic voidImageMiscOps.flipVertical(GrayI16 image) Flips the image from top to bottomstatic voidImageMiscOps.insertBand(GrayI16 input, int band, InterleavedI16 output) Inserts a single band into a multi-band image overwriting the original bandstatic voidFills pixels in the image that match the mask target value image with the specified fill valuestatic voidPixelMath.operator1(GrayI16 input, PixelMathLambdas.Function1_I16 function, GrayI16 output) Applies the lambda operation to each element in the input image.static voidPixelMath.operator2(GrayI16 imgA, PixelMathLambdas.Function2_I16 function, GrayI16 imgB, GrayI16 output) Applies the lambda operation to each element in the two input images.static voidIn-place 90 degree image rotation in the counter-clockwise direction.static voidIn-place 90 degree image rotation in the clockwise direction.static voidPerforms pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y) -
Uses of GrayI16 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with type parameters of type GrayI16Modifier and TypeMethodDescriptionstatic <T extends GrayI16<T>>
voidImplImageMiscOps_MT.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static <T extends GrayI16<T>>
voidImplImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static <T extends GrayI16<T>>
voidImplImageMiscOps_MT.growBorder(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) static <T extends GrayI16<T>>
voidImplImageMiscOps.growBorder(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) Methods in boofcv.alg.misc.impl with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayI16 input, GrayI16 output) static <T extends GrayI16<T>>
voidImplImageMiscOps_MT.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static voidImplImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayI16 input, GrayI16 output) static <T extends GrayI16<T>>
voidImplImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static voidImplImageMiscOps_MT.extractBand(InterleavedI16 input, int band, GrayI16 output) static voidImplImageMiscOps.extractBand(InterleavedI16 input, int band, GrayI16 output) static voidstatic voidstatic voidImplImageMiscOps_MT.fillBorder(GrayI16 input, int value, int radius) static voidImplImageMiscOps_MT.fillBorder(GrayI16 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static voidImplImageMiscOps.fillBorder(GrayI16 input, int value, int radius) static voidImplImageMiscOps.fillBorder(GrayI16 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static voidImplImageMiscOps_MT.fillGaussian(GrayI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps.fillGaussian(GrayI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps_MT.fillRectangle(GrayI16 image, int value, int x0, int y0, int width, int height) static voidImplImageMiscOps.fillRectangle(GrayI16 image, int value, int x0, int y0, int width, int height) static voidImplImageMiscOps_MT.fillUniform(GrayI16 image, Random rand, int min, int max) static voidImplImageMiscOps.fillUniform(GrayI16 image, Random rand, int min, int max) static voidImplImageMiscOps_MT.findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static voidImplImageMiscOps.findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static voidImplImageMiscOps_MT.flipHorizontal(GrayI16 image) static voidImplImageMiscOps.flipHorizontal(GrayI16 image) static voidImplImageMiscOps_MT.flipVertical(GrayI16 image) static voidImplImageMiscOps.flipVertical(GrayI16 image) static voidImplImageMiscOps_MT.insertBand(GrayI16 input, int band, InterleavedI16 output) static voidImplImageMiscOps.insertBand(GrayI16 input, int band, InterleavedI16 output) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic void -
Uses of GrayI16 in boofcv.core.image.impl
Methods in boofcv.core.image.impl with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic void -
Uses of GrayI16 in boofcv.io.image
Methods in boofcv.io.image with type parameters of type GrayI16Modifier and TypeMethodDescriptionstatic <T extends GrayI16<T>>
TConvertBufferedImage.convertFrom(BufferedImage src, T dst, Class<T> type) Converts the buffered image into anGrayI16.Methods in boofcv.io.image with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidConvertRaster.bufferedToGray(BufferedImage src, GrayI16 dst) static voidConvertRaster.bufferedToGray(DataBufferUShort buffer, WritableRaster src, GrayI16 dst) static BufferedImageConvertBufferedImage.convertTo(GrayI16 src, @Nullable BufferedImage dst) Converts aGrayI16into a BufferedImage.static voidConvertRaster.grayToBuffered(GrayI16 src, BufferedImage dst) static voidConvertRaster.grayToBuffered(GrayI16 src, DataBufferByte buffer, WritableRaster dst) static voidConvertRaster.grayToBuffered(GrayI16 src, DataBufferInt buffer, WritableRaster dst) static voidConvertRaster.grayToBuffered(GrayI16 src, DataBufferUShort buffer, WritableRaster dst) -
Uses of GrayI16 in boofcv.io.image.impl
Methods in boofcv.io.image.impl with parameters of type GrayI16Modifier and TypeMethodDescriptionstatic voidImplConvertRaster_MT.bufferedToGray(BufferedImage src, GrayI16 dst) Converts a buffered image into an 16bit intensity image using the BufferedImage's RGB interface.static voidImplConvertRaster_MT.bufferedToGray(DataBufferUShort buffer, WritableRaster src, GrayI16 dst) A faster convert that works directly with a specific rasterstatic voidImplConvertRaster.bufferedToGray(BufferedImage src, GrayI16 dst) Converts a buffered image into an 16bit intensity image using the BufferedImage's RGB interface.static voidImplConvertRaster.bufferedToGray(DataBufferUShort buffer, WritableRaster src, GrayI16 dst) A faster convert that works directly with a specific rasterstatic voidImplConvertRaster_MT.grayToBuffered(GrayI16 src, BufferedImage dst) static voidImplConvertRaster_MT.grayToBuffered(GrayI16 src, DataBufferByte buffer, WritableRaster dst) static voidImplConvertRaster_MT.grayToBuffered(GrayI16 src, DataBufferInt buffer, WritableRaster dst) static voidImplConvertRaster_MT.grayToBuffered(GrayI16 src, DataBufferUShort buffer, WritableRaster dst) static voidImplConvertRaster.grayToBuffered(GrayI16 src, BufferedImage dst) static voidImplConvertRaster.grayToBuffered(GrayI16 src, DataBufferByte buffer, WritableRaster dst) static voidImplConvertRaster.grayToBuffered(GrayI16 src, DataBufferInt buffer, WritableRaster dst) static voidImplConvertRaster.grayToBuffered(GrayI16 src, DataBufferUShort buffer, WritableRaster dst) -
Uses of GrayI16 in boofcv.struct.image
Classes in boofcv.struct.image with type parameters of type GrayI16Modifier and TypeClassDescriptionclassBase class for images with 16-bit pixels.Subclasses of GrayI16 in boofcv.struct.image