Uses of Class
boofcv.struct.image.InterleavedU16
Packages that use InterleavedU16
Package
Description
-
Uses of InterleavedU16 in boofcv.abst.transform.census
Methods in boofcv.abst.transform.census with parameters of type InterleavedU16Modifier and TypeMethodDescriptionvoidFilterCensusTransformSampleIU16.process(In in, InterleavedU16 out) -
Uses of InterleavedU16 in boofcv.alg.filter.blur
Methods in boofcv.alg.filter.blur that return InterleavedU16Modifier and TypeMethodDescriptionstatic InterleavedU16BlurImageOps.gaussian(InterleavedU16 input, @Nullable InterleavedU16 output, double sigmaX, int radiusX, double sigmaY, int radiusY, @Nullable InterleavedU16 storage) Applies Gaussian blur.static InterleavedU16BlurImageOps.gaussian(InterleavedU16 input, @Nullable InterleavedU16 output, double sigma, int radius, @Nullable InterleavedU16 storage) Applies Gaussian blur.Methods in boofcv.alg.filter.blur with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic InterleavedU16BlurImageOps.gaussian(InterleavedU16 input, @Nullable InterleavedU16 output, double sigmaX, int radiusX, double sigmaY, int radiusY, @Nullable InterleavedU16 storage) Applies Gaussian blur.static InterleavedU16BlurImageOps.gaussian(InterleavedU16 input, @Nullable InterleavedU16 output, double sigma, int radius, @Nullable InterleavedU16 storage) Applies Gaussian blur. -
Uses of InterleavedU16 in boofcv.alg.filter.convolve
Methods in boofcv.alg.filter.convolve with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidConvolveImageNoBorder.convolve(Kernel2D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNormalized.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a 2D normalized convolution across the image.static voidConvolveImageNoBorder.horizontal(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNormalized.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a horizontal 1D normalized convolution across the image.static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output, int divisor) static voidConvolveImageNoBorder.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI8 output, int divisor) static voidConvolveImageNormalized.vertical(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) Performs a vertical 1D normalized convolution across the image. -
Uses of InterleavedU16 in boofcv.alg.filter.convolve.noborder
Methods in boofcv.alg.filter.convolve.noborder with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic 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.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 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.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveImageStandard_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 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, InterleavedU16 src, InterleavedI8 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, InterleavedU16 src, InterleavedI8 dst, int divisor) -
Uses of InterleavedU16 in boofcv.alg.filter.convolve.normalized
Methods in boofcv.alg.filter.convolve.normalized with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidConvolveNormalized_JustBorder_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveNormalizedNaive_IL.convolve(Kernel2D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 src, InterleavedI16 dst) static voidConvolveNormalizedNaive_IL.horizontal(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedU16 src, InterleavedI8 dst) static voidConvolveNormalized_JustBorder_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernelX, Kernel1D_S32 kernelY, InterleavedU16 input, InterleavedI8 output) static voidConvolveNormalizedNaive_IL.vertical(Kernel1D_S32 kernel, InterleavedU16 input, InterleavedI16 output) -
Uses of InterleavedU16 in boofcv.alg.interpolate.impl
Methods in boofcv.alg.interpolate.impl that return types with arguments of type InterleavedU16Modifier and TypeMethodDescriptionImplBilinearPixel_IL_U16.copy()NearestNeighborPixel_IL_U16.copy()ImplBilinearPixel_IL_U16.getImageType()Methods in boofcv.alg.interpolate.impl with parameters of type InterleavedU16Modifier and TypeMethodDescriptionvoidImplBilinearPixel_IL_U16.setImage(InterleavedU16 image) voidNearestNeighborPixel_IL_U16.setImage(InterleavedU16 image) Constructors in boofcv.alg.interpolate.impl with parameters of type InterleavedU16ModifierConstructorDescription -
Uses of InterleavedU16 in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidImageMiscOps.addGaussian(InterleavedU16 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(InterleavedU16 input, Random rand, int min, int max) Adds uniform i.i.d noise to each pixel in the image.static voidPixelMath.divide(InterleavedU16 input, double denominator, int lower, int upper, InterleavedU16 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedU16 input, double denominator, InterleavedU16 output) Divide each element by a scalar value.static voidPixelMath.divide(InterleavedU16 input, float denominator, InterleavedF32 output) Divide each element by a scalar value.static intImageStatistics.max(InterleavedU16 input) Returns the maximum element value.static intImageStatistics.maxAbs(InterleavedU16 input) Returns the maximum element value.static doubleImageStatistics.mean(InterleavedU16 img) Returns the mean pixel intensity value.static doubleImageStatistics.meanDiffAbs(InterleavedU16 imgA, InterleavedU16 imgB) Computes the mean of absolute value error between the two images.static doubleImageStatistics.meanDiffSq(InterleavedU16 imgA, InterleavedU16 imgB) Computes the mean squared error (MSE) between the two images.static intImageStatistics.min(InterleavedU16 input) Returns the minimum element value.static voidPixelMath.minus(float value, InterleavedU16 input, InterleavedF32 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedU16 input, int lower, int upper, InterleavedU16 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(int value, InterleavedU16 input, InterleavedU16 output) Subtracts each element's value from a scalar.static voidPixelMath.minus(InterleavedU16 input, float value, InterleavedF32 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedU16 input, int value, int lower, int upper, InterleavedU16 output) Subtracts a scalar value from each element.static voidPixelMath.minus(InterleavedU16 input, int value, InterleavedU16 output) Subtracts a scalar value from each element.static voidPixelMath.multiply(InterleavedU16 input, double value, int lower, int upper, InterleavedU16 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedU16 input, double value, InterleavedU16 output) Multiply each element by a scalar value.static voidPixelMath.multiply(InterleavedU16 input, float value, InterleavedF32 output) Multiply each element by a scalar value.static voidPixelMath.plus(InterleavedU16 input, float value, InterleavedF32 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedU16 input, int value, int lower, int upper, InterleavedU16 output) Adds a scalar value to each element.static voidPixelMath.plus(InterleavedU16 input, int value, InterleavedU16 output) Adds a scalar value to each element.static voidPixelMath.pow2(InterleavedU16 input, InterleavedS32 output) Raises each pixel in the input image to the power of two.static voidPixelMath.pow2(InterleavedU8 input, InterleavedU16 output) Raises each pixel in the input image to the power of two.static intImageStatistics.sum(InterleavedU16 input) Returns the sum of all the pixels in the image.static intImageStatistics.sumAbs(InterleavedU16 input) Returns the sum of all the pixels in the image. -
Uses of InterleavedU16 in boofcv.alg.misc.impl
Methods in boofcv.alg.misc.impl with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidImplImageMiscOps_MT.addGaussian(InterleavedU16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps.addGaussian(InterleavedU16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidImplImageMiscOps_MT.addUniform(InterleavedU16 image, Random rand, int min, int max) static voidImplImageMiscOps.addUniform(InterleavedU16 image, Random rand, int min, int max) static intImplImageStatistics_MT.sum(InterleavedU16 img) static intImplImageStatistics.sum(InterleavedU16 img) -
Uses of InterleavedU16 in boofcv.alg.transform.census
Methods in boofcv.alg.transform.census with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidCensusTransform.sample_IU16(GrayF32 input, FastAccess<Point2D_I32> sample, InterleavedU16 output, @Nullable ImageBorder_F32 border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample pointsstatic voidCensusTransform.sample_IU16(GrayU16 input, FastAccess<Point2D_I32> sample, InterleavedU16 output, @Nullable ImageBorder_S32<GrayU16> border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample pointsstatic voidCensusTransform.sample_IU16(GrayU8 input, FastAccess<Point2D_I32> sample, InterleavedU16 output, @Nullable ImageBorder_S32<GrayU8> border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample pointsstatic <T extends ImageGray<T>>
voidGCensusTransform.sample_IU16(T input, FastAccess<Point2D_I32> sample, InterleavedU16 output, @Nullable ImageBorder<T> border, @Nullable DogArray_I32 workSpace) -
Uses of InterleavedU16 in boofcv.alg.transform.census.impl
Methods in boofcv.alg.transform.census.impl with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidImplCensusTransformBorder.sample_IU16(ImageBorder_F32 input, int radius, FastAccess<Point2D_I32> offsets, InterleavedU16 output) static voidImplCensusTransformBorder.sample_IU16(ImageBorder_S32 input, int radius, FastAccess<Point2D_I32> offsets, InterleavedU16 output) static voidImplCensusTransformInner_MT.sample_IU16(GrayF32 input, int radius, DogArray_I32 offsets, InterleavedU16 output) static voidImplCensusTransformInner_MT.sample_IU16(GrayU16 input, int radius, DogArray_I32 offsets, InterleavedU16 output) static voidImplCensusTransformInner_MT.sample_IU16(GrayU8 input, int radius, DogArray_I32 offsets, InterleavedU16 output) static voidImplCensusTransformInner.sample_IU16(GrayF32 input, int radius, DogArray_I32 offsets, InterleavedU16 output) static voidImplCensusTransformInner.sample_IU16(GrayU16 input, int radius, DogArray_I32 offsets, InterleavedU16 output) static voidImplCensusTransformInner.sample_IU16(GrayU8 input, int radius, DogArray_I32 offsets, InterleavedU16 output) -
Uses of InterleavedU16 in boofcv.core.image
Methods in boofcv.core.image that return InterleavedU16Modifier and TypeMethodDescriptionstatic InterleavedU16ConvertImage.convert(InterleavedF32 input, InterleavedU16 output) Converts anInterleavedF32into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedF64 input, InterleavedU16 output) Converts anInterleavedF64into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS16 input, InterleavedU16 output) Converts anInterleavedS16into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS32 input, InterleavedU16 output) Converts anInterleavedS32into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS64 input, InterleavedU16 output) Converts anInterleavedS64into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS8 input, InterleavedU16 output) Converts anInterleavedS8into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedU8 input, InterleavedU16 output) Converts anInterleavedU8into aInterleavedU16.static InterleavedU16ConvertImage.convert(Planar<GrayU16> input, InterleavedU16 output) Converts aPlanarinto the equivalentInterleavedU16Methods in boofcv.core.image with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic GrayU16ConvertImage.average(InterleavedU16 input, GrayU16 output) Converts aInterleavedU16into aGrayU16by computing the average value of each pixel across all the bands.static InterleavedU16ConvertImage.convert(InterleavedF32 input, InterleavedU16 output) Converts anInterleavedF32into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedF64 input, InterleavedU16 output) Converts anInterleavedF64into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS16 input, InterleavedU16 output) Converts anInterleavedS16into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS32 input, InterleavedU16 output) Converts anInterleavedS32into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS64 input, InterleavedU16 output) Converts anInterleavedS64into aInterleavedU16.static InterleavedU16ConvertImage.convert(InterleavedS8 input, InterleavedU16 output) Converts anInterleavedS8into aInterleavedU16.static InterleavedF32ConvertImage.convert(InterleavedU16 input, InterleavedF32 output) Converts anInterleavedU16into aInterleavedF32.static InterleavedF64ConvertImage.convert(InterleavedU16 input, InterleavedF64 output) Converts anInterleavedU16into aInterleavedF64.static InterleavedS16ConvertImage.convert(InterleavedU16 input, InterleavedS16 output) Converts anInterleavedU16into aInterleavedS16.static InterleavedS32ConvertImage.convert(InterleavedU16 input, InterleavedS32 output) Converts anInterleavedU16into aInterleavedS32.static InterleavedS64ConvertImage.convert(InterleavedU16 input, InterleavedS64 output) Converts anInterleavedU16into aInterleavedS64.static InterleavedS8ConvertImage.convert(InterleavedU16 input, InterleavedS8 output) Converts anInterleavedU16into aInterleavedS8.static InterleavedU8ConvertImage.convert(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16into aInterleavedU8.ConvertImage.convert(InterleavedU16 input, Planar<GrayU16> output) Converts aInterleavedU16into the equivalentPlanarstatic InterleavedU16ConvertImage.convert(InterleavedU8 input, InterleavedU16 output) Converts anInterleavedU8into aInterleavedU16.static InterleavedU16ConvertImage.convert(Planar<GrayU16> input, InterleavedU16 output) Converts aPlanarinto the equivalentInterleavedU16Constructors in boofcv.core.image with parameters of type InterleavedU16 -
Uses of InterleavedU16 in boofcv.core.image.impl
Methods in boofcv.core.image.impl with parameters of type InterleavedU16Modifier and TypeMethodDescriptionstatic voidConvertInterleavedToSingle_MT.average(InterleavedU16 from, GrayU16 to) static voidConvertInterleavedToSingle.average(InterleavedU16 from, GrayU16 to) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedF32 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedF64 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedI16 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedI8 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedS32 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, InterleavedS64 output) static voidImplConvertImage_MT.convert(InterleavedU16 input, Planar<GrayU16> output) static voidImplConvertImage_MT.convert(Planar<GrayU16> input, InterleavedU16 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedF32 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedF64 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedI16 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedI8 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedS32 output) static voidImplConvertImage.convert(InterleavedU16 input, InterleavedS64 output) static voidImplConvertImage.convert(InterleavedU16 input, Planar<GrayU16> output) static voidImplConvertImage.convert(Planar<GrayU16> input, InterleavedU16 output) -
Uses of InterleavedU16 in boofcv.struct.image
Fields in boofcv.struct.image with type parameters of type InterleavedU16Methods in boofcv.struct.image that return InterleavedU16