Uses of Class
boofcv.struct.image.InterleavedS16
Packages that use InterleavedS16
Package
Description
-
Uses of InterleavedS16 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type InterleavedS16Modifier and TypeMethodDescriptionstatic voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> 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 voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, InterleavedS16 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 voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedS16 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 voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, int divisor) static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image.Method parameters in boofcv.alg.filter.convolve with type arguments of type InterleavedS16Modifier 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.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a horizontal 1D convolution across the image.static voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedS16> border) Performs a vertical 1D convolution across the image. -
Uses of InterleavedS16 in boofcv.alg.filter.convolve.noborder
Methods in boofcv.alg.filter.convolve.noborder with parameters of type InterleavedS16Modifier 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.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) 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.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst, int divisor) -
Uses of InterleavedS16 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type InterleavedS16Modifier and TypeMethodDescriptionstatic voidConvolveNormalized_JustBorder_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveNormalizedNaive_IL.convolve(Kernel2D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 src, InterleavedI16 dst) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedS16 input, InterleavedI16 output) -
Uses of InterleavedS16 in boofcv.alg.interpolate.impl
Methods in boofcv.alg.interpolate.impl that return types with arguments of type InterleavedS16Modifier and TypeMethodDescriptionImplBilinearPixel_IL_S16.copy()NearestNeighborPixel_IL_S16.copy()ImplBilinearPixel_IL_S16.getImageType()Methods in boofcv.alg.interpolate.impl with parameters of type InterleavedS16Modifier and TypeMethodDescriptionvoidImplBilinearPixel_IL_S16.setImage(InterleavedS16 image) voidNearestNeighborPixel_IL_S16.setImage(InterleavedS16 image) Constructors in boofcv.alg.interpolate.impl with parameters of type InterleavedS16ModifierConstructorDescription -
Uses of InterleavedS16 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type InterleavedS16Modifier and TypeMethodDescriptionstatic voidPixelMath.abs(InterleavedS16 input, InterleavedS16 output) Sets each pixel in the output image to be the absolute value of the input image.static voidImageMiscOps.addGaussian(InterleavedS16 image, Random rand, double sigma, int lowerBound, int upperBound) Adds Gaussian/normal i.i.d noise to each pixel in the image.static voidImageMiscOps.addUniform(InterleavedS16 input, Random rand, int min, int max) Adds uniform i.i.d noise to each pixel in the image.static voidPixelMath.divide(InterleavedS16 input, double denominator, int lower, int upper, InterleavedS16 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedS16 input, double denominator, InterleavedS16 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedS16 input, float denominator, InterleavedF32 output) Divide each element by a scalar value.static intImageStatistics.max(InterleavedS16 input) Returns the maximum element value.static intImageStatistics.maxAbs(InterleavedS16 input) Returns the maximum element value.static doubleImageStatistics.mean(InterleavedS16 img) Returns the mean pixel intensity value.static doubleImageStatistics.meanDiffAbs(InterleavedS16 imgA, InterleavedS16 imgB) Computes the mean of absolute value error between the two images.static doubleImageStatistics.meanDiffSq(InterleavedS16 imgA, InterleavedS16 imgB) Computes the mean squared error (MSE) between the two images.static intImageStatistics.min(InterleavedS16 input) Returns the minimum element value.static voidPixelMath.minus(float value, InterleavedS16 input, InterleavedF32 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedS16 input, int lower, int upper, InterleavedS16 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedS16 input, InterleavedS16 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(InterleavedS16 input, float value, InterleavedF32 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedS16 input, int value, int lower, int upper, InterleavedS16 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedS16 input, int value, InterleavedS16 output) Subtracts a scalar value from each element.static voidPixelMath.multiply(InterleavedS16 input, double value, int lower, int upper, InterleavedS16 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedS16 input, double value, InterleavedS16 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedS16 input, float value, InterleavedF32 output) Multiply each element by a scalar value.static voidPixelMath.negative(InterleavedS16 input, InterleavedS16 output) Changes the sign of every pixel in the image: output[x,y] = -input[x,y]static voidPixelMath.plus(InterleavedS16 input, float value, InterleavedF32 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedS16 input, int value, int lower, int upper, InterleavedS16 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedS16 input, int value, InterleavedS16 output) Adds a scalar value to each element.static intImageStatistics.sum(InterleavedS16 input) Returns the sum of all the pixels in the image.static intImageStatistics.sumAbs(InterleavedS16 input) Returns the sum of all the pixels in the image. -
Uses of InterleavedS16 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type InterleavedS16Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.addGaussian(InterleavedS16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps.addGaussian(InterleavedS16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps_MT.addUniform(InterleavedS16 image, Random rand, int min, int max) static voidImplImageMiscOps.addUniform(InterleavedS16 image, Random rand, int min, int max) static intImplImageStatistics_MT.sum(InterleavedS16 img) static intImplImageStatistics.sum(InterleavedS16 img) static intImplImageStatistics_MT.sumAbs(InterleavedS16 img) static intImplImageStatistics.sumAbs(InterleavedS16 img) -
Uses of InterleavedS16 in boofcv.core.image
Methods in boofcv.core.image that return InterleavedS16Modifier and TypeMethodDescriptionstatic InterleavedS16ConvertImage.convert(InterleavedF32 input, InterleavedS16 output) Converts anInterleavedF32into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedF64 input, InterleavedS16 output) Converts anInterleavedF64into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedS32 input, InterleavedS16 output) Converts anInterleavedS32into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedS64 input, InterleavedS16 output) Converts anInterleavedS64into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedS8 input, InterleavedS16 output) Converts anInterleavedS8into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedU16 input, InterleavedS16 output) Converts anInterleavedU16into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedU8 input, InterleavedS16 output) Converts anInterleavedU8into aInterleavedS16.static InterleavedS16ConvertImage.convert(Planar<GrayS16> input, InterleavedS16 output) Converts aPlanarinto the equivalentInterleavedS16Methods in boofcv.core.image with parameters of type InterleavedS16Modifier and TypeMethodDescriptionstatic GrayS16ConvertImage.average(InterleavedS16 input, GrayS16 output) Converts aInterleavedS16into aGrayS16by computing the average value of each pixel across all the bands.static InterleavedS16ConvertImage.convert(InterleavedF32 input, InterleavedS16 output) Converts anInterleavedF32into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedF64 input, InterleavedS16 output) Converts anInterleavedF64into aInterleavedS16.static InterleavedF32ConvertImage.convert(InterleavedS16 input, InterleavedF32 output) Converts anInterleavedS16into aInterleavedF32.static InterleavedF64ConvertImage.convert(InterleavedS16 input, InterleavedF64 output) Converts anInterleavedS16into aInterleavedF64.static InterleavedS32ConvertImage.convert(InterleavedS16 input, InterleavedS32 output) Converts anInterleavedS16into aInterleavedS32.static InterleavedS64ConvertImage.convert(InterleavedS16 input, InterleavedS64 output) Converts anInterleavedS16into aInterleavedS64.static InterleavedS8ConvertImage.convert(InterleavedS16 input, InterleavedS8 output) Converts anInterleavedS16into aInterleavedS8.static InterleavedU16ConvertImage.convert(InterleavedS16 input, InterleavedU16 output) Converts anInterleavedS16into aInterleavedU16.static InterleavedU8ConvertImage.convert(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16into aInterleavedU8.ConvertImage.convert(InterleavedS16 input, Planar<GrayS16> output) Converts aInterleavedS16into the equivalentPlanarstatic InterleavedS16ConvertImage.convert(InterleavedS32 input, InterleavedS16 output) Converts anInterleavedS32into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedS64 input, InterleavedS16 output) Converts anInterleavedS64into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedS8 input, InterleavedS16 output) Converts anInterleavedS8into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedU16 input, InterleavedS16 output) Converts anInterleavedU16into aInterleavedS16.static InterleavedS16ConvertImage.convert(InterleavedU8 input, InterleavedS16 output) Converts anInterleavedU8into aInterleavedS16.static InterleavedS16ConvertImage.convert(Planar<GrayS16> input, InterleavedS16 output) Converts aPlanarinto the equivalentInterleavedS16Constructors in boofcv.core.image with parameters of type InterleavedS16 -
Uses of InterleavedS16 in boofcv.core.image.impl
Methods in boofcv.core.image.impl with parameters of type InterleavedS16Modifier and TypeMethodDescriptionstatic voidConvertInterleavedToSingle_MT.average(InterleavedS16 from, GrayS16 to) static voidConvertInterleavedToSingle.average(InterleavedS16 from, GrayS16 to) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedF32 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedF64 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedI8 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedS32 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, InterleavedS64 output) static voidImplConvertImage_MT.convert(InterleavedS16 input, Planar<GrayS16> output) static voidImplConvertImage_MT.convert(Planar<GrayS16> input, InterleavedS16 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedF32 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedF64 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedI8 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedS32 output) static voidImplConvertImage.convert(InterleavedS16 input, InterleavedS64 output) static voidImplConvertImage.convert(InterleavedS16 input, Planar<GrayS16> output) static voidImplConvertImage.convert(Planar<GrayS16> input, InterleavedS16 output) -
Uses of InterleavedS16 in boofcv.struct.image
Fields in boofcv.struct.image with type parameters of type InterleavedS16Methods in boofcv.struct.image that return InterleavedS16