Uses of Class
boofcv.struct.image.InterleavedU8
Package
Description
-
Uses of InterleavedU8 in boofcv.alg.color.impl
Modifier and TypeMethodDescriptionstatic void
ImplColorRgb_MT.rgbToGray_Weighted
(InterleavedU8 rgb, GrayU8 gray) static void
ImplColorRgb.rgbToGray_Weighted
(InterleavedU8 rgb, GrayU8 gray) -
Uses of InterleavedU8 in boofcv.alg.filter.binary.impl
Modifier and TypeMethodDescriptionvoid
ThresholdBlockMinMax_U8.computeBlockStatistics
(int x0, int y0, int width, int height, int indexMinMax, GrayU8 input, InterleavedU8 stats) void
ThresholdBlockMinMax_U8.thresholdBlock
(int blockX0, int blockY0, GrayU8 input, InterleavedU8 stats, GrayU8 output) -
Uses of InterleavedU8 in boofcv.alg.filter.blur
Modifier and TypeMethodDescriptionstatic InterleavedU8
BlurImageOps.gaussian
(InterleavedU8 input, @Nullable InterleavedU8 output, double sigmaX, int radiusX, double sigmaY, int radiusY, @Nullable InterleavedU8 storage) Applies Gaussian blur.static InterleavedU8
BlurImageOps.gaussian
(InterleavedU8 input, @Nullable InterleavedU8 output, double sigma, int radius, @Nullable InterleavedU8 storage) Applies Gaussian blur.Modifier and TypeMethodDescriptionstatic InterleavedU8
BlurImageOps.gaussian
(InterleavedU8 input, @Nullable InterleavedU8 output, double sigmaX, int radiusX, double sigmaY, int radiusY, @Nullable InterleavedU8 storage) Applies Gaussian blur.static InterleavedU8
BlurImageOps.gaussian
(InterleavedU8 input, @Nullable InterleavedU8 output, double sigma, int radius, @Nullable InterleavedU8 storage) Applies Gaussian blur. -
Uses of InterleavedU8 in boofcv.alg.filter.convolve
Modifier and TypeMethodDescriptionstatic void
ConvolveImage.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static void
ConvolveImage.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static void
ConvolveImageNoBorder.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a 2D normalized 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
ConvolveImage.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static void
ConvolveImageNoBorder.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a horizontal 1D normalized 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
ConvolveImage.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a vertical 1D convolution across the image.static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI16 output) static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output, int divisor) static void
ConvolveImageNoBorder.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output) static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) Performs a vertical 1D normalized convolution across the image.Modifier and TypeMethodDescriptionstatic void
ConvolveImage.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI16 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D convolution across the image.static void
ConvolveImage.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a 2D 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
ConvolveImage.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedS32 output, ImageBorder_IL_S32<InterleavedU8> border) Performs a horizontal 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
ConvolveImage.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
Modifier and TypeMethodDescriptionstatic void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static void
ConvolveImageStandard_IL_MT.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static void
ConvolveImageStandard_IL.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static void
ConvolveImageStandard_IL_MT.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static void
ConvolveImageStandard_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static void
ConvolveImageStandard_IL_MT.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI16 dst) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst, int divisor) static void
ConvolveImageStandard_IL.vertical
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedS32 dst) -
Uses of InterleavedU8 in boofcv.alg.filter.convolve.normalized
Modifier and TypeMethodDescriptionstatic void
ConvolveNormalized_JustBorder_IL.convolve
(Kernel2D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) static void
ConvolveNormalizedNaive_IL.convolve
(Kernel2D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static void
ConvolveNormalized_JustBorder_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU8 src, InterleavedI8 dst) static void
ConvolveNormalizedNaive_IL.horizontal
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static void
ConvolveNormalized_JustBorder_IL.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) static void
ConvolveNormalizedNaive_IL.vertical
(Kernel1D_S32 kernel, InterleavedU8 input, InterleavedI8 output) -
Uses of InterleavedU8 in boofcv.alg.interpolate.impl
Modifier and TypeMethodDescriptionImplBilinearPixel_IL_U8.copy()
NearestNeighborPixel_IL_U8.copy()
ImplBilinearPixel_IL_U8.getImageType()
Modifier and TypeMethodDescriptionvoid
ImplBilinearPixel_IL_U8.setImage
(InterleavedU8 image) void
NearestNeighborPixel_IL_U8.setImage
(InterleavedU8 image) ModifierConstructorDescription -
Uses of InterleavedU8 in boofcv.alg.misc
Modifier and TypeMethodDescriptionstatic void
ImageMiscOps.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 void
ImageMiscOps.addUniform
(InterleavedU8 input, Random rand, int min, int max) Adds uniform i.i.d noise to each pixel in the image.static void
PixelMath.divide
(InterleavedU8 input, double denominator, int lower, int upper, InterleavedU8 output) Divide each element by a scalar value.static void
PixelMath.divide
(InterleavedU8 input, double denominator, InterleavedU8 output) Divide each element by a scalar value.static void
PixelMath.divide
(InterleavedU8 input, float denominator, InterleavedF32 output) Divide each element by a scalar value.static int
ImageStatistics.max
(InterleavedU8 input) Returns the maximum element value.static int
ImageStatistics.maxAbs
(InterleavedU8 input) Returns the maximum element value.static double
ImageStatistics.mean
(InterleavedU8 img) Returns the mean pixel intensity value.static double
ImageStatistics.meanDiffAbs
(InterleavedU8 imgA, InterleavedU8 imgB) Computes the mean of absolute value error between the two images.static double
ImageStatistics.meanDiffSq
(InterleavedU8 imgA, InterleavedU8 imgB) Computes the mean squared error (MSE) between the two images.static int
ImageStatistics.min
(InterleavedU8 input) Returns the minimum element value.static void
PixelMath.minus
(float value, InterleavedU8 input, InterleavedF32 output) Subtracts each element's value from a scalar.static void
PixelMath.minus
(int value, InterleavedU8 input, int lower, int upper, InterleavedU8 output) Subtracts each element's value from a scalar.static void
PixelMath.minus
(int value, InterleavedU8 input, InterleavedU8 output) Subtracts each element's value from a scalar.static void
PixelMath.minus
(InterleavedU8 input, float value, InterleavedF32 output) Subtracts a scalar value from each element.static void
PixelMath.minus
(InterleavedU8 input, int value, int lower, int upper, InterleavedU8 output) Subtracts a scalar value from each element.static void
PixelMath.minus
(InterleavedU8 input, int value, InterleavedU8 output) Subtracts a scalar value from each element.static void
PixelMath.multiply
(InterleavedU8 input, double value, int lower, int upper, InterleavedU8 output) Multiply each element by a scalar value.static void
PixelMath.multiply
(InterleavedU8 input, double value, InterleavedU8 output) Multiply each element by a scalar value.static void
PixelMath.multiply
(InterleavedU8 input, float value, InterleavedF32 output) Multiply each element by a scalar value.static void
PixelMath.plus
(InterleavedU8 input, float value, InterleavedF32 output) Adds a scalar value to each element.static void
PixelMath.plus
(InterleavedU8 input, int value, int lower, int upper, InterleavedU8 output) Adds a scalar value to each element.static void
PixelMath.plus
(InterleavedU8 input, int value, InterleavedU8 output) Adds a scalar value to each element.static void
PixelMath.pow2
(InterleavedU8 input, InterleavedU16 output) Raises each pixel in the input image to the power of two.static int
ImageStatistics.sum
(InterleavedU8 input) Returns the sum of all the pixels in the image.static int
ImageStatistics.sumAbs
(InterleavedU8 input) Returns the sum of all the pixels in the image. -
Uses of InterleavedU8 in boofcv.alg.misc.impl
Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.addGaussian
(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) static void
ImplImageMiscOps.addGaussian
(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) static void
ImplImageMiscOps_MT.addUniform
(InterleavedU8 image, Random rand, int min, int max) static void
ImplImageMiscOps.addUniform
(InterleavedU8 image, Random rand, int min, int max) static int
ImplImageStatistics_MT.sum
(InterleavedU8 img) static int
ImplImageStatistics.sum
(InterleavedU8 img) -
Uses of InterleavedU8 in boofcv.core.encoding
Modifier and TypeMethodDescriptionstatic InterleavedU8
ConvertNV21.nv21ToInterleaved
(byte[] data, int width, int height, InterleavedU8 output) Converts an NV21 image into aInterleavedU8
RGB image.static InterleavedU8
ConvertYuv420_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 InterleavedU8
ConvertYuv420_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) Modifier and TypeMethodDescriptionstatic InterleavedU8
ConvertNV21.nv21ToInterleaved
(byte[] data, int width, int height, InterleavedU8 output) Converts an NV21 image into aInterleavedU8
RGB image.static InterleavedU8
ConvertYuv420_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 InterleavedU8
ConvertYuv420_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
Modifier and TypeMethodDescriptionstatic void
ImplConvertNV21_MT.nv21ToInterleaved_U8
(byte[] dataNV, InterleavedU8 output) static void
ImplConvertNV21.nv21ToInterleaved_U8
(byte[] dataNV, InterleavedU8 output) static void
ImplConvertYuyv_MT.yuyvToInterleaved
(byte[] dataYV, InterleavedU8 output) static void
ImplConvertYuyv.yuyvToInterleaved
(byte[] dataYV, InterleavedU8 output) static void
ImplConvertYV12_MT.yv12ToInterleaved
(byte[] dataYV, InterleavedU8 output) static void
ImplConvertYV12.yv12ToInterleaved
(byte[] dataYV, InterleavedU8 output) -
Uses of InterleavedU8 in boofcv.core.image
Modifier and TypeMethodDescriptionstatic InterleavedU8
ConvertImage.convert
(InterleavedF32 input, InterleavedU8 output) Converts anInterleavedF32
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedF64 input, InterleavedU8 output) Converts anInterleavedF64
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS32 input, InterleavedU8 output) Converts anInterleavedS32
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS64 input, InterleavedU8 output) Converts anInterleavedS64
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(Planar<GrayU8> input, InterleavedU8 output) Converts aPlanar
into the equivalentInterleavedU8
static InterleavedU8
ConvertImage.convertF32U8
(Planar<GrayF32> input, InterleavedU8 output) Converts aPlanar
into the equivalentInterleavedU8
Modifier and TypeMethodDescriptionstatic GrayU8
ConvertImage.average
(InterleavedU8 input, GrayU8 output) Converts aInterleavedU8
into aGrayU8
by computing the average value of each pixel across all the bands.static InterleavedU8
ConvertImage.convert
(InterleavedF32 input, InterleavedU8 output) Converts anInterleavedF32
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedF64 input, InterleavedU8 output) Converts anInterleavedF64
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS32 input, InterleavedU8 output) Converts anInterleavedS32
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS64 input, InterleavedU8 output) Converts anInterleavedS64
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8
into aInterleavedU8
.static InterleavedU8
ConvertImage.convert
(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16
into aInterleavedU8
.static InterleavedF32
ConvertImage.convert
(InterleavedU8 input, InterleavedF32 output) Converts anInterleavedU8
into aInterleavedF32
.static InterleavedF64
ConvertImage.convert
(InterleavedU8 input, InterleavedF64 output) Converts anInterleavedU8
into aInterleavedF64
.static InterleavedS16
ConvertImage.convert
(InterleavedU8 input, InterleavedS16 output) Converts anInterleavedU8
into aInterleavedS16
.static InterleavedS32
ConvertImage.convert
(InterleavedU8 input, InterleavedS32 output) Converts anInterleavedU8
into aInterleavedS32
.static InterleavedS64
ConvertImage.convert
(InterleavedU8 input, InterleavedS64 output) Converts anInterleavedU8
into aInterleavedS64
.static InterleavedS8
ConvertImage.convert
(InterleavedU8 input, InterleavedS8 output) Converts anInterleavedU8
into aInterleavedS8
.static InterleavedU16
ConvertImage.convert
(InterleavedU8 input, InterleavedU16 output) Converts anInterleavedU8
into aInterleavedU16
.ConvertImage.convert
(InterleavedU8 input, Planar<GrayU8> output) Converts aInterleavedU8
into the equivalentPlanar
static InterleavedU8
ConvertImage.convert
(Planar<GrayU8> input, InterleavedU8 output) Converts aPlanar
into the equivalentInterleavedU8
static InterleavedU8
ConvertImage.convertF32U8
(Planar<GrayF32> input, InterleavedU8 output) Converts aPlanar
into the equivalentInterleavedU8
ConvertImage.convertU8F32
(InterleavedU8 input, Planar<GrayF32> output) Converts aInterleavedU8
into the equivalentPlanar
static void
ConvertByteBufferImage.from_3BU8_to_3IU8
(ByteBuffer src, int srcOffset, int srcStride, InterleavedU8 dst) void
LookUpColorRgbFormats.IL_U8.setImage
(InterleavedU8 image) -
Uses of InterleavedU8 in boofcv.core.image.impl
Modifier and TypeMethodDescriptionstatic void
ConvertInterleavedToSingle_MT.average
(InterleavedU8 from, GrayU8 to) static void
ConvertInterleavedToSingle.average
(InterleavedU8 from, GrayU8 to) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedF32 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedF64 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedI16 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedI8 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedS32 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, InterleavedS64 output) static void
ImplConvertImage_MT.convert
(InterleavedU8 input, Planar<GrayU8> output) static void
ImplConvertImage_MT.convert
(Planar<GrayU8> input, InterleavedU8 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedF32 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedF64 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedI16 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedI8 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedS32 output) static void
ImplConvertImage.convert
(InterleavedU8 input, InterleavedS64 output) static void
ImplConvertImage.convert
(InterleavedU8 input, Planar<GrayU8> output) static void
ImplConvertImage.convert
(Planar<GrayU8> input, InterleavedU8 output) static void
ImplConvertImage_MT.convertF32U8
(Planar<GrayF32> input, InterleavedU8 output) static void
ImplConvertImage.convertF32U8
(Planar<GrayF32> input, InterleavedU8 output) static void
ImplConvertImage_MT.convertU8F32
(InterleavedU8 input, Planar<GrayF32> output) static void
ImplConvertImage.convertU8F32
(InterleavedU8 input, Planar<GrayF32> output) -
Uses of InterleavedU8 in boofcv.io.image
Modifier and TypeMethodDescriptionstatic InterleavedU8
ConvertBufferedImage.extractInterleavedU8
(BufferedImage img) For BufferedImage stored as a byte array internally it extracts an interleaved image.Modifier and TypeMethodDescriptionstatic void
ConvertRaster.bufferedToInterleaved
(BufferedImage src, InterleavedU8 dst) static void
ConvertRaster.bufferedToInterleaved
(DataBufferByte buffer, WritableRaster src, InterleavedU8 dst) static void
ConvertRaster.bufferedToInterleaved
(DataBufferInt buffer, WritableRaster src, InterleavedU8 dst) static BufferedImage
ConvertBufferedImage.convertTo
(InterleavedU8 src, @Nullable BufferedImage dst, boolean orderRgb) static BufferedImage
ConvertBufferedImage.extractBuffered
(InterleavedU8 img) Creates a new BufferedImage that internally uses the same data as the providedInterleavedU8
.static void
ConvertRaster.interleavedToBuffered
(InterleavedU8 src, BufferedImage dst) static void
ConvertRaster.interleavedToBuffered
(InterleavedU8 src, DataBufferByte buffer, WritableRaster dst) static void
ConvertRaster.interleavedToBuffered
(InterleavedU8 src, DataBufferInt buffer, WritableRaster dst) static void
ConvertRaster.interleavedToBuffered
(InterleavedU8 src, DataBuffer buffer, BufferedImage dst, boolean orderRgb) -
Uses of InterleavedU8 in boofcv.io.image.impl
Modifier and TypeMethodDescriptionstatic void
ImplConvertRaster_MT.bufferedToInterleaved
(BufferedImage src, InterleavedU8 dst) Converts a buffered image into an planar image using the BufferedImage's RGB interface.static void
ImplConvertRaster_MT.bufferedToInterleaved
(DataBufferByte buffer, WritableRaster src, InterleavedU8 dst) static void
ImplConvertRaster_MT.bufferedToInterleaved
(DataBufferInt buffer, WritableRaster src, InterleavedU8 dst) A faster convert that works directly with a specific rasterstatic void
ImplConvertRaster.bufferedToInterleaved
(BufferedImage src, InterleavedU8 dst) Converts a buffered image into an planar image using the BufferedImage's RGB interface.static void
ImplConvertRaster.bufferedToInterleaved
(DataBufferByte buffer, WritableRaster src, InterleavedU8 dst) static void
ImplConvertRaster.bufferedToInterleaved
(DataBufferInt buffer, WritableRaster src, InterleavedU8 dst) A faster convert that works directly with a specific rasterstatic void
ImplConvertRaster_MT.interleavedToBuffered
(InterleavedU8 src, BufferedImage dst) static void
ImplConvertRaster_MT.interleavedToBuffered
(InterleavedU8 src, DataBufferByte buffer, WritableRaster dst) static void
ImplConvertRaster_MT.interleavedToBuffered
(InterleavedU8 src, DataBufferInt buffer, WritableRaster dst) static void
ImplConvertRaster.interleavedToBuffered
(InterleavedU8 src, BufferedImage dst) static void
ImplConvertRaster.interleavedToBuffered
(InterleavedU8 src, DataBufferByte buffer, WritableRaster dst) static void
ImplConvertRaster.interleavedToBuffered
(InterleavedU8 src, DataBufferInt buffer, WritableRaster dst) static void
ImplConvertRaster_MT.orderBandsIntoRGB
(InterleavedU8 image, BufferedImage input) static void
ImplConvertRaster.orderBandsIntoRGB
(InterleavedU8 image, BufferedImage input) -
Uses of InterleavedU8 in boofcv.struct.image
-
Uses of InterleavedU8 in boofcv.visualize