Uses of Class
boofcv.struct.image.InterleavedS8
Packages that use InterleavedS8
Package
Description
-
Uses of InterleavedS8 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type InterleavedS8Modifier and TypeMethodDescriptionstatic voidPixelMath.abs(InterleavedS8 input, InterleavedS8 output) Sets each pixel in the output image to be the absolute value of the input image.static voidImageMiscOps.addGaussian(InterleavedS8 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(InterleavedS8 input, Random rand, int min, int max) Adds uniform i.i.d noise to each pixel in the image.static voidPixelMath.divide(InterleavedS8 input, double denominator, int lower, int upper, InterleavedS8 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedS8 input, double denominator, InterleavedS8 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedS8 input, float denominator, InterleavedF32 output) Divide each element by a scalar value.static intImageStatistics.max(InterleavedS8 input) Returns the maximum element value.static intImageStatistics.maxAbs(InterleavedS8 input) Returns the maximum element value.static doubleImageStatistics.mean(InterleavedS8 img) Returns the mean pixel intensity value.static doubleImageStatistics.meanDiffAbs(InterleavedS8 imgA, InterleavedS8 imgB) Computes the mean of absolute value error between the two images.static doubleImageStatistics.meanDiffSq(InterleavedS8 imgA, InterleavedS8 imgB) Computes the mean squared error (MSE) between the two images.static intImageStatistics.min(InterleavedS8 input) Returns the minimum element value.static voidPixelMath.minus(float value, InterleavedS8 input, InterleavedF32 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedS8 input, int lower, int upper, InterleavedS8 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedS8 input, InterleavedS8 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(InterleavedS8 input, float value, InterleavedF32 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedS8 input, int value, int lower, int upper, InterleavedS8 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedS8 input, int value, InterleavedS8 output) Subtracts a scalar value from each element.static voidPixelMath.multiply(InterleavedS8 input, double value, int lower, int upper, InterleavedS8 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedS8 input, double value, InterleavedS8 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedS8 input, float value, InterleavedF32 output) Multiply each element by a scalar value.static voidPixelMath.negative(InterleavedS8 input, InterleavedS8 output) Changes the sign of every pixel in the image: output[x,y] = -input[x,y]static voidPixelMath.plus(InterleavedS8 input, float value, InterleavedF32 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedS8 input, int value, int lower, int upper, InterleavedS8 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedS8 input, int value, InterleavedS8 output) Adds a scalar value to each element.static intImageStatistics.sum(InterleavedS8 input) Returns the sum of all the pixels in the image.static intImageStatistics.sumAbs(InterleavedS8 input) Returns the sum of all the pixels in the image. -
Uses of InterleavedS8 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type InterleavedS8Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.addGaussian(InterleavedS8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps.addGaussian(InterleavedS8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps_MT.addUniform(InterleavedS8 image, Random rand, int min, int max) static voidImplImageMiscOps.addUniform(InterleavedS8 image, Random rand, int min, int max) static intImplImageStatistics_MT.sum(InterleavedS8 img) static intImplImageStatistics.sum(InterleavedS8 img) static intImplImageStatistics_MT.sumAbs(InterleavedS8 img) static intImplImageStatistics.sumAbs(InterleavedS8 img) -
Uses of InterleavedS8 in boofcv.core.image
Methods in boofcv.core.image that return InterleavedS8Modifier and TypeMethodDescriptionstatic InterleavedS8ConvertImage.convert(InterleavedF32 input, InterleavedS8 output) Converts anInterleavedF32into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedF64 input, InterleavedS8 output) Converts anInterleavedF64into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedS16 input, InterleavedS8 output) Converts anInterleavedS16into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedS32 input, InterleavedS8 output) Converts anInterleavedS32into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedS64 input, InterleavedS8 output) Converts anInterleavedS64into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedU16 input, InterleavedS8 output) Converts anInterleavedU16into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedU8 input, InterleavedS8 output) Converts anInterleavedU8into aInterleavedS8.static InterleavedS8ConvertImage.convert(Planar<GrayS8> input, InterleavedS8 output) Converts aPlanarinto the equivalentInterleavedS8Methods in boofcv.core.image with parameters of type InterleavedS8Modifier and TypeMethodDescriptionstatic GrayS8ConvertImage.average(InterleavedS8 input, GrayS8 output) Converts aInterleavedS8into aGrayS8by computing the average value of each pixel across all the bands.static InterleavedS8ConvertImage.convert(InterleavedF32 input, InterleavedS8 output) Converts anInterleavedF32into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedF64 input, InterleavedS8 output) Converts anInterleavedF64into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedS16 input, InterleavedS8 output) Converts anInterleavedS16into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedS32 input, InterleavedS8 output) Converts anInterleavedS32into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedS64 input, InterleavedS8 output) Converts anInterleavedS64into aInterleavedS8.static InterleavedF32ConvertImage.convert(InterleavedS8 input, InterleavedF32 output) Converts anInterleavedS8into aInterleavedF32.static InterleavedF64ConvertImage.convert(InterleavedS8 input, InterleavedF64 output) Converts anInterleavedS8into aInterleavedF64.static InterleavedS16ConvertImage.convert(InterleavedS8 input, InterleavedS16 output) Converts anInterleavedS8into aInterleavedS16.static InterleavedS32ConvertImage.convert(InterleavedS8 input, InterleavedS32 output) Converts anInterleavedS8into aInterleavedS32.static InterleavedS64ConvertImage.convert(InterleavedS8 input, InterleavedS64 output) Converts anInterleavedS8into aInterleavedS64.static InterleavedU16ConvertImage.convert(InterleavedS8 input, InterleavedU16 output) Converts anInterleavedS8into aInterleavedU16.static InterleavedU8ConvertImage.convert(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8into aInterleavedU8.ConvertImage.convert(InterleavedS8 input, Planar<GrayS8> output) Converts aInterleavedS8into the equivalentPlanarstatic InterleavedS8ConvertImage.convert(InterleavedU16 input, InterleavedS8 output) Converts anInterleavedU16into aInterleavedS8.static InterleavedS8ConvertImage.convert(InterleavedU8 input, InterleavedS8 output) Converts anInterleavedU8into aInterleavedS8.static InterleavedS8ConvertImage.convert(Planar<GrayS8> input, InterleavedS8 output) Converts aPlanarinto the equivalentInterleavedS8Constructors in boofcv.core.image with parameters of type InterleavedS8 -
Uses of InterleavedS8 in boofcv.core.image.impl
Methods in boofcv.core.image.impl with parameters of type InterleavedS8Modifier and TypeMethodDescriptionstatic voidConvertInterleavedToSingle_MT.average(InterleavedS8 from, GrayS8 to) static voidConvertInterleavedToSingle.average(InterleavedS8 from, GrayS8 to) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedF32 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedF64 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedI8 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedS32 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, InterleavedS64 output) static voidImplConvertImage_MT.convert(InterleavedS8 input, Planar<GrayS8> output) static voidImplConvertImage_MT.convert(Planar<GrayS8> input, InterleavedS8 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedF32 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedF64 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedI8 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedS32 output) static voidImplConvertImage.convert(InterleavedS8 input, InterleavedS64 output) static voidImplConvertImage.convert(InterleavedS8 input, Planar<GrayS8> output) static voidImplConvertImage.convert(Planar<GrayS8> input, InterleavedS8 output) -
Uses of InterleavedS8 in boofcv.struct.image
Fields in boofcv.struct.image with type parameters of type InterleavedS8Methods in boofcv.struct.image that return InterleavedS8