Uses of Class
boofcv.struct.image.InterleavedI16
Package
Description
-
Uses of InterleavedI16 in boofcv.alg.distort
Modifier and TypeClassDescriptionstatic class
AssignPixelValue_MB.I16<T extends InterleavedI16<T>>
-
Uses of InterleavedI16 in boofcv.alg.filter.convolve
Modifier and TypeMethodDescriptionstatic void
ConvolveImage.convolve
(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a 2D convolution across the image.static void
ConvolveImage.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a 2D normalized convolution across the image.static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a 2D normalized convolution across the image.static void
ConvolveImage.horizontal
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImage.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a horizontal 1D normalized convolution across the image.static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a horizontal 1D normalized convolution across the image.static void
ConvolveImage.vertical
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a vertical 1D convolution across the image.static void
ConvolveImage.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image.static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedS32 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image.static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image. -
Uses of InterleavedI16 in boofcv.alg.filter.convolve.border
Modifier and TypeMethodDescriptionstatic void
ConvolveJustBorder_General_IL.convolve
(Kernel2D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) static void
ConvolveJustBorder_General_IL.horizontal
(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) static void
ConvolveJustBorder_General_IL.vertical
(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) -
Uses of InterleavedI16 in boofcv.alg.filter.convolve.noborder
Modifier and TypeMethodDescriptionstatic void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedS32 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) -
Uses of InterleavedI16 in boofcv.alg.filter.convolve.normalized
Modifier and TypeMethodDescriptionstatic void
ConvolveNormalized_JustBorder_IL.convolve
(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveNormalized_JustBorder_IL.convolve
(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveNormalizedNaive_IL.convolve
(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveNormalizedNaive_IL.convolve
(Kernel2D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static void
ConvolveNormalized_JustBorder_IL.horizontal
(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static void
ConvolveNormalized_JustBorder_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static void
ConvolveNormalizedNaive_IL.horizontal
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveNormalizedNaive_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static void
ConvolveNormalized_JustBorder_IL.vertical
(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedS32 src, InterleavedI16 dst) static void
ConvolveNormalized_JustBorder_IL.vertical
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveNormalized_JustBorder_IL.vertical
(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static void
ConvolveNormalizedNaive_IL.vertical
(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedS32 input, InterleavedI16 output) static void
ConvolveNormalizedNaive_IL.vertical
(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static void
ConvolveNormalizedNaive_IL.vertical
(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) -
Uses of InterleavedI16 in boofcv.alg.misc
Modifier and TypeMethodDescriptionstatic <T extends InterleavedI16<T>>
TImageMiscOps.rotateCCW
(T input, T output) Rotates the image 90 degrees in the counter-clockwise direction.static <T extends InterleavedI16<T>>
TImageMiscOps.rotateCW
(T input, T output) Rotates the image 90 degrees in the clockwise direction.static <T extends InterleavedI16<T>>
TImageMiscOps.transpose
(T input, T output) Transposes the imageModifier and TypeMethodDescriptionstatic void
ImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 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 void
ImageMiscOps.extractBand
(InterleavedI16 input, int band, GrayI16 output) Extracts a single band from a multi-band imagestatic void
ImageMiscOps.fill
(InterleavedI16 image, int value) Fills the whole image with the specified valuestatic void
ImageMiscOps.fill
(InterleavedI16 image, int[] values) Fills each band in the image with the specified valuesstatic void
ImageMiscOps.fillBand
(InterleavedI16 image, int band, int value) Fills one band in the image with the specified valuestatic void
ImageMiscOps.fillGaussian
(InterleavedI16 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 void
ImageMiscOps.fillRectangle
(InterleavedI16 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 void
ImageMiscOps.fillUniform
(InterleavedI16 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 void
ImageMiscOps.insertBand
(GrayI16 input, int band, InterleavedI16 output) Inserts a single band into a multi-band image overwriting the original bandstatic void
PixelMath.operator1
(InterleavedI16 input, PixelMathLambdas.Function1_I16 function, InterleavedI16 output) Applies the lambda operation to each element in the input image.static void
PixelMath.operator2
(InterleavedI16 imgA, PixelMathLambdas.Function2_I16 function, InterleavedI16 imgB, InterleavedI16 output) Applies the lambda operation to each element in the two input images. -
Uses of InterleavedI16 in boofcv.alg.misc.impl
Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps_MT.extractBand
(InterleavedI16 input, int band, GrayI16 output) static void
ImplImageMiscOps.extractBand
(InterleavedI16 input, int band, GrayI16 output) static void
ImplImageMiscOps_MT.fill
(InterleavedI16 input, int value) static void
ImplImageMiscOps_MT.fill
(InterleavedI16 input, int[] values) static void
ImplImageMiscOps.fill
(InterleavedI16 input, int value) static void
ImplImageMiscOps.fill
(InterleavedI16 input, int[] values) static void
ImplImageMiscOps_MT.fillBand
(InterleavedI16 input, int band, int value) static void
ImplImageMiscOps.fillBand
(InterleavedI16 input, int band, int value) static void
ImplImageMiscOps_MT.fillGaussian
(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
ImplImageMiscOps.fillGaussian
(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
ImplImageMiscOps_MT.fillRectangle
(InterleavedI16 image, int value, int x0, int y0, int width, int height) static void
ImplImageMiscOps.fillRectangle
(InterleavedI16 image, int value, int x0, int y0, int width, int height) static void
ImplImageMiscOps_MT.fillUniform
(InterleavedI16 image, Random rand, int min, int max) static void
ImplImageMiscOps.fillUniform
(InterleavedI16 image, Random rand, int min, int max) static void
ImplImageMiscOps_MT.insertBand
(GrayI16 input, int band, InterleavedI16 output) static void
ImplImageMiscOps.insertBand
(GrayI16 input, int band, InterleavedI16 output) static void
ImplImageMiscOps_MT.rotateCCW
(InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps.rotateCCW
(InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps_MT.rotateCW
(InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps.rotateCW
(InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps_MT.transpose
(InterleavedI16 input, InterleavedI16 output) static void
ImplImageMiscOps.transpose
(InterleavedI16 input, InterleavedI16 output) -
Uses of InterleavedI16 in boofcv.core.image.impl
Modifier and TypeMethodDescriptionstatic void
ImplConvertImage_MT.convert
(InterleavedF32 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedF64 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedS16 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedS32 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedS64 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedS8 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedU16 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedF32 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedF64 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedS16 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedS32 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedS64 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedS8 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedU16 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedI16 output) -
Uses of InterleavedI16 in boofcv.struct.image
Modifier and TypeClassDescriptionclass
InterleavedI16<T extends InterleavedI16<T>>
ImageInterleaved
for data of type short.Modifier and TypeClassDescriptionclass
An image where the primitive type is an unsigned short.class
An image where the primitive type is an unsigned short.