Uses of Class
boofcv.struct.image.InterleavedU8
Packages that use InterleavedU8
Package
Description
-
Uses of InterleavedU8 in boofcv.alg.color.impl
Methods in boofcv.alg.color.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidImplColorRgb_MT.rgbToGray_Weighted(InterleavedU8 rgb, GrayU8 gray) static voidImplColorRgb.rgbToGray_Weighted(InterleavedU8 rgb, GrayU8 gray) -
Uses of InterleavedU8 in boofcv.alg.filter.binary.impl
Methods in boofcv.alg.filter.binary.impl that return InterleavedU8Methods in boofcv.alg.filter.binary.impl that return types with arguments of type InterleavedU8Methods in boofcv.alg.filter.binary.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionvoidThresholdBlockMinMax_U8.computeBlockStatistics(int x0, int y0, int width, int height, int indexMinMax, GrayU8 input, InterleavedU8 stats) voidThresholdBlockMinMax_U8.thresholdBlock(int blockX0, int blockY0, GrayU8 input, InterleavedU8 stats, GrayU8 output) -
Uses of InterleavedU8 in boofcv.alg.filter.blur
Methods in boofcv.alg.filter.blur that return InterleavedU8Modifier and TypeMethodDescriptionstatic InterleavedU8BlurImageOps.gaussian(InterleavedU8 input, @Nullable InterleavedU8 output, double sigmaX, int radiusX, double sigmaY, int radiusY, @Nullable InterleavedU8 storage) Applies Gaussian blur.static InterleavedU8BlurImageOps.gaussian(InterleavedU8 input, @Nullable InterleavedU8 output, double sigma, int radius, @Nullable InterleavedU8 storage) Applies Gaussian blur.Methods in boofcv.alg.filter.blur with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic InterleavedU8BlurImageOps.gaussian(InterleavedU8 input, @Nullable InterleavedU8 output, double sigmaX, int radiusX, double sigmaY, int radiusY, @Nullable InterleavedU8 storage) Applies Gaussian blur.static InterleavedU8BlurImageOps.gaussian(InterleavedU8 input, @Nullable InterleavedU8 output, double sigma, int radius, @Nullable InterleavedU8 storage) Applies Gaussian blur. -
Uses of InterleavedU8 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a 2D normalized 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 voidConvolveImage.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 1D convolution across the image.static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a horizontal 1D normalized 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 voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image.static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a vertical 1D normalized convolution across the image.Method parameters in boofcv.alg.filter.convolve with type arguments of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static voidConvolveImage.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D 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 voidConvolveImage.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 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 voidConvolveImage.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image. -
Uses of InterleavedU8 in boofcv.alg.filter.convolve.noborder
Methods in boofcv.alg.filter.convolve.noborder with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL_MT.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL_MT.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL_MT.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static voidConvolveImageStandard_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) -
Uses of InterleavedU8 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidConvolveNormalized_JustBorder_IL.convolve(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) static voidConvolveNormalizedNaive_IL.convolve(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) -
Uses of InterleavedU8 in boofcv.alg.interpolate.impl
Methods in boofcv.alg.interpolate.impl that return types with arguments of type InterleavedU8Modifier and TypeMethodDescriptionImplBilinearPixel_IL_U8.copy()NearestNeighborPixel_IL_U8.copy()ImplBilinearPixel_IL_U8.getImageType()Methods in boofcv.alg.interpolate.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionvoidImplBilinearPixel_IL_U8.setImage(InterleavedU8 image) voidNearestNeighborPixel_IL_U8.setImage(InterleavedU8 image) Constructors in boofcv.alg.interpolate.impl with parameters of type InterleavedU8ModifierConstructorDescription -
Uses of InterleavedU8 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidImageMiscOps.addGaussian(InterleavedU8 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(InterleavedU8 input, Random rand, int min, int max) Adds uniform i.i.d noise to each pixel in the image.static voidPixelMath.divide(InterleavedU8 input, double denominator, int lower, int upper, InterleavedU8 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedU8 input, double denominator, InterleavedU8 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedU8 input, float denominator, InterleavedF32 output) Divide each element by a scalar value.static intImageStatistics.max(InterleavedU8 input) Returns the maximum element value.static intImageStatistics.maxAbs(InterleavedU8 input) Returns the maximum element value.static doubleImageStatistics.mean(InterleavedU8 img) Returns the mean pixel intensity value.static doubleImageStatistics.meanDiffAbs(InterleavedU8 imgA, InterleavedU8 imgB) Computes the mean of absolute value error between the two images.static doubleImageStatistics.meanDiffSq(InterleavedU8 imgA, InterleavedU8 imgB) Computes the mean squared error (MSE) between the two images.static intImageStatistics.min(InterleavedU8 input) Returns the minimum element value.static voidPixelMath.minus(float value, InterleavedU8 input, InterleavedF32 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedU8 input, int lower, int upper, InterleavedU8 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedU8 input, InterleavedU8 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(InterleavedU8 input, float value, InterleavedF32 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedU8 input, int value, int lower, int upper, InterleavedU8 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedU8 input, int value, InterleavedU8 output) Subtracts a scalar value from each element.static voidPixelMath.multiply(InterleavedU8 input, double value, int lower, int upper, InterleavedU8 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedU8 input, double value, InterleavedU8 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedU8 input, float value, InterleavedF32 output) Multiply each element by a scalar value.static voidPixelMath.plus(InterleavedU8 input, float value, InterleavedF32 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedU8 input, int value, int lower, int upper, InterleavedU8 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedU8 input, int value, InterleavedU8 output) Adds a scalar value to each element.static voidPixelMath.pow2(InterleavedU8 input, InterleavedU16 output) Raises each pixel in the input image to the power of two.static intImageStatistics.sum(InterleavedU8 input) Returns the sum of all the pixels in the image.static intImageStatistics.sumAbs(InterleavedU8 input) Returns the sum of all the pixels in the image. -
Uses of InterleavedU8 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.addGaussian(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps.addGaussian(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps_MT.addUniform(InterleavedU8 image, Random rand, int min, int max) static voidImplImageMiscOps.addUniform(InterleavedU8 image, Random rand, int min, int max) static intImplImageStatistics_MT.sum(InterleavedU8 img) static intImplImageStatistics.sum(InterleavedU8 img) -
Uses of InterleavedU8 in boofcv.core.encoding
Methods in boofcv.core.encoding that return InterleavedU8Modifier and TypeMethodDescriptionstatic InterleavedU8ConvertNV21.nv21ToInterleaved(byte[] data, int width, int height, InterleavedU8 output) Converts an NV21 image into aInterleavedU8RGB image.static InterleavedU8ConvertYuv420_888.yuvToInterleavedRgbU8(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, @Nullable InterleavedU8 output, @Nullable GrowArray<DogArray_I8> workArrays) static InterleavedU8ConvertYuv420_888.yuvToInterleavedYuvU8(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, @Nullable InterleavedU8 output, @Nullable GrowArray<DogArray_I8> workArrays) Methods in boofcv.core.encoding with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic InterleavedU8ConvertNV21.nv21ToInterleaved(byte[] data, int width, int height, InterleavedU8 output) Converts an NV21 image into aInterleavedU8RGB image.static InterleavedU8ConvertYuv420_888.yuvToInterleavedRgbU8(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, @Nullable InterleavedU8 output, @Nullable GrowArray<DogArray_I8> workArrays) static InterleavedU8ConvertYuv420_888.yuvToInterleavedYuvU8(ByteBuffer bufferY, ByteBuffer bufferU, ByteBuffer bufferV, int width, int height, int strideY, int strideUV, int stridePixelUV, @Nullable InterleavedU8 output, @Nullable GrowArray<DogArray_I8> workArrays) -
Uses of InterleavedU8 in boofcv.core.encoding.impl
Methods in boofcv.core.encoding.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidImplConvertNV21_MT.nv21ToInterleaved_U8(byte[] dataNV, InterleavedU8 output) static voidImplConvertNV21.nv21ToInterleaved_U8(byte[] dataNV, InterleavedU8 output) static voidImplConvertYuyv_MT.yuyvToInterleaved(byte[] dataYV, InterleavedU8 output) static voidImplConvertYuyv.yuyvToInterleaved(byte[] dataYV, InterleavedU8 output) static voidImplConvertYV12_MT.yv12ToInterleaved(byte[] dataYV, InterleavedU8 output) static voidImplConvertYV12.yv12ToInterleaved(byte[] dataYV, InterleavedU8 output) -
Uses of InterleavedU8 in boofcv.core.image
Methods in boofcv.core.image that return InterleavedU8Modifier and TypeMethodDescriptionstatic InterleavedU8ConvertImage.convert(InterleavedF32 input, InterleavedU8 output) Converts anInterleavedF32into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedF64 input, InterleavedU8 output) Converts anInterleavedF64into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS32 input, InterleavedU8 output) Converts anInterleavedS32into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS64 input, InterleavedU8 output) Converts anInterleavedS64into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16into aInterleavedU8.static InterleavedU8ConvertImage.convert(Planar<GrayU8> input, InterleavedU8 output) Converts aPlanarinto the equivalentInterleavedU8static InterleavedU8ConvertImage.convertF32U8(Planar<GrayF32> input, InterleavedU8 output) Converts aPlanarinto the equivalentInterleavedU8Methods in boofcv.core.image that return types with arguments of type InterleavedU8Methods in boofcv.core.image with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic GrayU8ConvertImage.average(InterleavedU8 input, GrayU8 output) Converts aInterleavedU8into aGrayU8by computing the average value of each pixel across all the bands.static InterleavedU8ConvertImage.convert(InterleavedF32 input, InterleavedU8 output) Converts anInterleavedF32into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedF64 input, InterleavedU8 output) Converts anInterleavedF64into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS32 input, InterleavedU8 output) Converts anInterleavedS32into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS64 input, InterleavedU8 output) Converts anInterleavedS64into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8into aInterleavedU8.static InterleavedU8ConvertImage.convert(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16into aInterleavedU8.static InterleavedF32ConvertImage.convert(InterleavedU8 input, InterleavedF32 output) Converts anInterleavedU8into aInterleavedF32.static InterleavedF64ConvertImage.convert(InterleavedU8 input, InterleavedF64 output) Converts anInterleavedU8into aInterleavedF64.static InterleavedS16ConvertImage.convert(InterleavedU8 input, InterleavedS16 output) Converts anInterleavedU8into aInterleavedS16.static InterleavedS32ConvertImage.convert(InterleavedU8 input, InterleavedS32 output) Converts anInterleavedU8into aInterleavedS32.static InterleavedS64ConvertImage.convert(InterleavedU8 input, InterleavedS64 output) Converts anInterleavedU8into aInterleavedS64.static InterleavedS8ConvertImage.convert(InterleavedU8 input, InterleavedS8 output) Converts anInterleavedU8into aInterleavedS8.static InterleavedU16ConvertImage.convert(InterleavedU8 input, InterleavedU16 output) Converts anInterleavedU8into aInterleavedU16.ConvertImage.convert(InterleavedU8 input, Planar<GrayU8> output) Converts aInterleavedU8into the equivalentPlanarstatic InterleavedU8ConvertImage.convert(Planar<GrayU8> input, InterleavedU8 output) Converts aPlanarinto the equivalentInterleavedU8static InterleavedU8ConvertImage.convertF32U8(Planar<GrayF32> input, InterleavedU8 output) Converts aPlanarinto the equivalentInterleavedU8ConvertImage.convertU8F32(InterleavedU8 input, Planar<GrayF32> output) Converts aInterleavedU8into the equivalentPlanarstatic voidConvertByteBufferImage.from_3BU8_to_3IU8(ByteBuffer src, int srcOffset, int srcStride, InterleavedU8 dst) voidLookUpColorRgbFormats.IL_U8.setImage(InterleavedU8 image) Constructors in boofcv.core.image with parameters of type InterleavedU8 -
Uses of InterleavedU8 in boofcv.core.image.impl
Methods in boofcv.core.image.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidConvertInterleavedToSingle_MT.average(InterleavedU8 from, GrayU8 to) static voidConvertInterleavedToSingle.average(InterleavedU8 from, GrayU8 to) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedF32 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedF64 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedI8 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedS32 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, InterleavedS64 output) static voidImplConvertImage_MT.convert(InterleavedU8 input, Planar<GrayU8> output) static voidImplConvertImage_MT.convert(Planar<GrayU8> input, InterleavedU8 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedF32 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedF64 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedI8 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedS32 output) static voidImplConvertImage.convert(InterleavedU8 input, InterleavedS64 output) static voidImplConvertImage.convert(InterleavedU8 input, Planar<GrayU8> output) static voidImplConvertImage.convert(Planar<GrayU8> input, InterleavedU8 output) static voidImplConvertImage_MT.convertF32U8(Planar<GrayF32> input, InterleavedU8 output) static voidImplConvertImage.convertF32U8(Planar<GrayF32> input, InterleavedU8 output) static voidImplConvertImage_MT.convertU8F32(InterleavedU8 input, Planar<GrayF32> output) static voidImplConvertImage.convertU8F32(InterleavedU8 input, Planar<GrayF32> output) -
Uses of InterleavedU8 in boofcv.io.image
Methods in boofcv.io.image that return InterleavedU8Modifier and TypeMethodDescriptionstatic InterleavedU8ConvertBufferedImage.extractInterleavedU8(BufferedImage img) For BufferedImage stored as a byte array internally it extracts an interleaved image.Methods in boofcv.io.image with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidConvertRaster.bufferedToInterleaved(BufferedImage src, InterleavedU8 dst) static voidConvertRaster.bufferedToInterleaved(DataBufferByte buffer, WritableRaster src, InterleavedU8 dst) static voidConvertRaster.bufferedToInterleaved(DataBufferInt buffer, WritableRaster src, InterleavedU8 dst) static BufferedImageConvertBufferedImage.convertTo(InterleavedU8 src, @Nullable BufferedImage dst, boolean orderRgb) static BufferedImageConvertBufferedImage.extractBuffered(InterleavedU8 img) Creates a new BufferedImage that internally uses the same data as the providedInterleavedU8.static voidConvertRaster.interleavedToBuffered(InterleavedU8 src, BufferedImage dst) static voidConvertRaster.interleavedToBuffered(InterleavedU8 src, DataBufferByte buffer, WritableRaster dst) static voidConvertRaster.interleavedToBuffered(InterleavedU8 src, DataBufferInt buffer, WritableRaster dst) static voidConvertRaster.interleavedToBuffered(InterleavedU8 src, DataBuffer buffer, BufferedImage dst, boolean orderRgb) -
Uses of InterleavedU8 in boofcv.io.image.impl
Methods in boofcv.io.image.impl with parameters of type InterleavedU8Modifier and TypeMethodDescriptionstatic voidImplConvertRaster_MT.bufferedToInterleaved(BufferedImage src, InterleavedU8 dst) Converts a buffered image into an planar image using the BufferedImage's RGB interface.static voidImplConvertRaster_MT.bufferedToInterleaved(DataBufferByte buffer, WritableRaster src, InterleavedU8 dst) static voidImplConvertRaster_MT.bufferedToInterleaved(DataBufferInt buffer, WritableRaster src, InterleavedU8 dst) A faster convert that works directly with a specific rasterstatic voidImplConvertRaster.bufferedToInterleaved(BufferedImage src, InterleavedU8 dst) Converts a buffered image into an planar image using the BufferedImage's RGB interface.static voidImplConvertRaster.bufferedToInterleaved(DataBufferByte buffer, WritableRaster src, InterleavedU8 dst) static voidImplConvertRaster.bufferedToInterleaved(DataBufferInt buffer, WritableRaster src, InterleavedU8 dst) A faster convert that works directly with a specific rasterstatic voidImplConvertRaster_MT.interleavedToBuffered(InterleavedU8 src, BufferedImage dst) static voidImplConvertRaster_MT.interleavedToBuffered(InterleavedU8 src, DataBufferByte buffer, WritableRaster dst) static voidImplConvertRaster_MT.interleavedToBuffered(InterleavedU8 src, DataBufferInt buffer, WritableRaster dst) static voidImplConvertRaster.interleavedToBuffered(InterleavedU8 src, BufferedImage dst) static voidImplConvertRaster.interleavedToBuffered(InterleavedU8 src, DataBufferByte buffer, WritableRaster dst) static voidImplConvertRaster.interleavedToBuffered(InterleavedU8 src, DataBufferInt buffer, WritableRaster dst) static voidImplConvertRaster_MT.orderBandsIntoRGB(InterleavedU8 image, BufferedImage input) static voidImplConvertRaster.orderBandsIntoRGB(InterleavedU8 image, BufferedImage input) -
Uses of InterleavedU8 in boofcv.struct.image
Fields in boofcv.struct.image with type parameters of type InterleavedU8Methods in boofcv.struct.image that return InterleavedU8 -
Uses of InterleavedU8 in boofcv.visualize
Fields in boofcv.visualize declared as InterleavedU8