Uses of Class
boofcv.struct.image.InterleavedI16
Packages that use InterleavedI16
Package
Description
-
Uses of InterleavedI16 in boofcv.alg.distort
Classes in boofcv.alg.distort with type parameters of type InterleavedI16Modifier and TypeClassDescriptionstatic classAssignPixelValue_MB.I16<T extends InterleavedI16<T>> -
Uses of InterleavedI16 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a 2D convolution across the image.static voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a 2D normalized convolution across the image.static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a 2D normalized 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, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 1D convolution across the image.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, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) 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, InterleavedU16 src, InterleavedI16 dst) Performs a horizontal 1D normalized 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, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image.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, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) 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, InterleavedU16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image. -
Uses of InterleavedI16 in boofcv.alg.filter.convolve.border
Methods in boofcv.alg.filter.convolve.border with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidConvolveJustBorder_General_IL.convolve(Kernel2D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) static voidConvolveJustBorder_General_IL.horizontal(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) static voidConvolveJustBorder_General_IL.vertical(Kernel1D_S32 kernel, ImageBorder_IL_S32 src, InterleavedI16 dst) -
Uses of InterleavedI16 in boofcv.alg.filter.convolve.noborder
Methods in boofcv.alg.filter.convolve.noborder with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) 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, 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.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, 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_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, 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, InterleavedU8 src, InterleavedI16 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, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) -
Uses of InterleavedI16 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidConvolveNormalized_JustBorder_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveNormalized_JustBorder_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveNormalizedNaive_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedS32 src, InterleavedI16 dst) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedS32 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) -
Uses of InterleavedI16 in boofcv.alg.misc
Methods in boofcv.alg.misc with type parameters of type InterleavedI16Modifier 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 imageMethods in boofcv.alg.misc with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidImageMiscOps.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 voidImageMiscOps.extractBand(InterleavedI16 input, int band, GrayI16 output) Extracts a single band from a multi-band imagestatic voidImageMiscOps.fill(InterleavedI16 image, int value) Fills the whole image with the specified valuestatic voidImageMiscOps.fill(InterleavedI16 image, int[] values) Fills each band in the image with the specified valuesstatic voidImageMiscOps.fillBand(InterleavedI16 image, int band, int value) Fills one band in the image with the specified valuestatic voidImageMiscOps.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 voidImageMiscOps.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 voidImageMiscOps.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 voidImageMiscOps.insertBand(GrayI16 input, int band, InterleavedI16 output) Inserts a single band into a multi-band image overwriting the original bandstatic voidPixelMath.operator1(InterleavedI16 input, PixelMathLambdas.Function1_I16 function, InterleavedI16 output) Applies the lambda operation to each element in the input image.static voidPixelMath.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
Methods in boofcv.alg.misc.impl with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps.copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps_MT.extractBand(InterleavedI16 input, int band, GrayI16 output) static voidImplImageMiscOps.extractBand(InterleavedI16 input, int band, GrayI16 output) static voidImplImageMiscOps_MT.fill(InterleavedI16 input, int value) static voidImplImageMiscOps_MT.fill(InterleavedI16 input, int[] values) static voidImplImageMiscOps.fill(InterleavedI16 input, int value) static voidImplImageMiscOps.fill(InterleavedI16 input, int[] values) static voidImplImageMiscOps_MT.fillBand(InterleavedI16 input, int band, int value) static voidImplImageMiscOps.fillBand(InterleavedI16 input, int band, int value) static voidImplImageMiscOps_MT.fillGaussian(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps.fillGaussian(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps_MT.fillRectangle(InterleavedI16 image, int value, int x0, int y0, int width, int height) static voidImplImageMiscOps.fillRectangle(InterleavedI16 image, int value, int x0, int y0, int width, int height) static voidImplImageMiscOps_MT.fillUniform(InterleavedI16 image, Random rand, int min, int max) static voidImplImageMiscOps.fillUniform(InterleavedI16 image, Random rand, int min, int max) static voidImplImageMiscOps_MT.insertBand(GrayI16 input, int band, InterleavedI16 output) static voidImplImageMiscOps.insertBand(GrayI16 input, int band, InterleavedI16 output) static voidImplImageMiscOps_MT.rotateCCW(InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps.rotateCCW(InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps_MT.rotateCW(InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps.rotateCW(InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps_MT.transpose(InterleavedI16 input, InterleavedI16 output) static voidImplImageMiscOps.transpose(InterleavedI16 input, InterleavedI16 output) -
Uses of InterleavedI16 in boofcv.core.image.impl
Methods in boofcv.core.image.impl with parameters of type InterleavedI16Modifier and TypeMethodDescriptionstatic voidImplConvertImage_MT.convert(InterleavedF32 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedF64 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedS32 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedS64 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedF32 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedF64 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedS32 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedS64 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedI16 output) -
Uses of InterleavedI16 in boofcv.struct.image
Classes in boofcv.struct.image with type parameters of type InterleavedI16Modifier and TypeClassDescriptionclassInterleavedI16<T extends InterleavedI16<T>>ImageInterleavedfor data of type short.Subclasses of InterleavedI16 in boofcv.struct.imageModifier and TypeClassDescriptionclassAn image where the primitive type is an unsigned short.classAn image where the primitive type is an unsigned short.