Package boofcv.alg.misc.impl
Class ImplImageMiscOps_MT
java.lang.Object
boofcv.alg.misc.impl.ImplImageMiscOps_MT
Implementations of functions for
ImageMiscOps
DO NOT MODIFY. Automatically generated code created by GenerateImplImageMiscOps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addGaussian
(GrayF32 image, Random rand, double sigma, float lowerBound, float upperBound) static void
addGaussian
(GrayF64 image, Random rand, double sigma, double lowerBound, double upperBound) static void
addGaussian
(GrayS16 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(GrayS32 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(GrayS64 image, Random rand, double sigma, long lowerBound, long upperBound) static void
addGaussian
(GrayS8 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(GrayU16 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(GrayU8 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(InterleavedF32 image, Random rand, double sigma, float lowerBound, float upperBound) static void
addGaussian
(InterleavedF64 image, Random rand, double sigma, double lowerBound, double upperBound) static void
addGaussian
(InterleavedS16 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(InterleavedS32 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(InterleavedS64 image, Random rand, double sigma, long lowerBound, long upperBound) static void
addGaussian
(InterleavedS8 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(InterleavedU16 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addGaussian
(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) static void
addUniform
(GrayF32 image, Random rand, float min, float max) static void
addUniform
(GrayF64 image, Random rand, double min, double max) static void
addUniform
(GrayS16 image, Random rand, int min, int max) static void
addUniform
(GrayS32 image, Random rand, int min, int max) static void
addUniform
(GrayS64 image, Random rand, long min, long max) static void
addUniform
(GrayS8 image, Random rand, int min, int max) static void
addUniform
(GrayU16 image, Random rand, int min, int max) static void
addUniform
(GrayU8 image, Random rand, int min, int max) static void
addUniform
(InterleavedF32 image, Random rand, float min, float max) static void
addUniform
(InterleavedF64 image, Random rand, double min, double max) static void
addUniform
(InterleavedS16 image, Random rand, int min, int max) static void
addUniform
(InterleavedS32 image, Random rand, int min, int max) static void
addUniform
(InterleavedS64 image, Random rand, long min, long max) static void
addUniform
(InterleavedS8 image, Random rand, int min, int max) static void
addUniform
(InterleavedU16 image, Random rand, int min, int max) static void
addUniform
(InterleavedU8 image, Random rand, int min, int max) static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF32 input, ImageBorder_F32 border, GrayF32 output) static void
static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) static void
static void
static void
static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS32 input, ImageBorder_S32 border, GrayS32 output) static void
static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS64 input, ImageBorder_S64 border, GrayS64 output) static void
static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedF32 input, InterleavedF32 output) static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedF64 input, InterleavedF64 output) static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI8 input, InterleavedI8 output) static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedS32 input, InterleavedS32 output) static void
copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedS64 input, InterleavedS64 output) static <T extends GrayI16<T>>
voidcopy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static <T extends GrayI8<T>>
voidcopy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI8 output) static void
extractBand
(InterleavedF32 input, int band, GrayF32 output) static void
extractBand
(InterleavedF64 input, int band, GrayF64 output) static void
extractBand
(InterleavedI16 input, int band, GrayI16 output) static void
extractBand
(InterleavedI8 input, int band, GrayI8 output) static void
extractBand
(InterleavedS32 input, int band, GrayS32 output) static void
extractBand
(InterleavedS64 input, int band, GrayS64 output) static void
static void
static void
static void
static void
static void
static void
fill
(InterleavedF32 input, float value) static void
fill
(InterleavedF32 input, float[] values) static void
fill
(InterleavedF64 input, double value) static void
fill
(InterleavedF64 input, double[] values) static void
fill
(InterleavedI16 input, int value) static void
fill
(InterleavedI16 input, int[] values) static void
fill
(InterleavedI8 input, int value) static void
fill
(InterleavedI8 input, int[] values) static void
fill
(InterleavedS32 input, int value) static void
fill
(InterleavedS32 input, int[] values) static void
fill
(InterleavedS64 input, long value) static void
fill
(InterleavedS64 input, long[] values) static void
fillBand
(InterleavedF32 input, int band, float value) static void
fillBand
(InterleavedF64 input, int band, double value) static void
fillBand
(InterleavedI16 input, int band, int value) static void
fillBand
(InterleavedI8 input, int band, int value) static void
fillBand
(InterleavedS32 input, int band, int value) static void
fillBand
(InterleavedS64 input, int band, long value) static void
fillBorder
(GrayF32 input, float value, int radius) static void
fillBorder
(GrayF32 input, float value, int borderX0, int borderY0, int borderX1, int borderY1) static void
fillBorder
(GrayF64 input, double value, int radius) static void
fillBorder
(GrayF64 input, double value, int borderX0, int borderY0, int borderX1, int borderY1) static void
fillBorder
(GrayI16 input, int value, int radius) static void
fillBorder
(GrayI16 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static void
fillBorder
(GrayI8 input, int value, int radius) static void
fillBorder
(GrayI8 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static void
fillBorder
(GrayS32 input, int value, int radius) static void
fillBorder
(GrayS32 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static void
fillBorder
(GrayS64 input, long value, int radius) static void
fillBorder
(GrayS64 input, long value, int borderX0, int borderY0, int borderX1, int borderY1) static void
fillGaussian
(GrayF32 image, Random rand, double mean, double sigma, float lowerBound, float upperBound) static void
fillGaussian
(GrayF64 image, Random rand, double mean, double sigma, double lowerBound, double upperBound) static void
fillGaussian
(GrayI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
fillGaussian
(GrayI8 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
fillGaussian
(GrayS32 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
fillGaussian
(GrayS64 image, Random rand, double mean, double sigma, long lowerBound, long upperBound) static void
fillGaussian
(InterleavedF32 image, Random rand, double mean, double sigma, float lowerBound, float upperBound) static void
fillGaussian
(InterleavedF64 image, Random rand, double mean, double sigma, double lowerBound, double upperBound) static void
fillGaussian
(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
fillGaussian
(InterleavedI8 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
fillGaussian
(InterleavedS32 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static void
fillGaussian
(InterleavedS64 image, Random rand, double mean, double sigma, long lowerBound, long upperBound) static void
fillRectangle
(GrayF32 image, float value, int x0, int y0, int width, int height) static void
fillRectangle
(GrayF64 image, double value, int x0, int y0, int width, int height) static void
fillRectangle
(GrayI16 image, int value, int x0, int y0, int width, int height) static void
fillRectangle
(GrayI8 image, int value, int x0, int y0, int width, int height) static void
fillRectangle
(GrayS32 image, int value, int x0, int y0, int width, int height) static void
fillRectangle
(GrayS64 image, long value, int x0, int y0, int width, int height) static void
fillRectangle
(InterleavedF32 image, float value, int x0, int y0, int width, int height) static void
fillRectangle
(InterleavedF64 image, double value, int x0, int y0, int width, int height) static void
fillRectangle
(InterleavedI16 image, int value, int x0, int y0, int width, int height) static void
fillRectangle
(InterleavedI8 image, int value, int x0, int y0, int width, int height) static void
fillRectangle
(InterleavedS32 image, int value, int x0, int y0, int width, int height) static void
fillRectangle
(InterleavedS64 image, long value, int x0, int y0, int width, int height) static void
fillUniform
(GrayF32 image, Random rand, float min, float max) static void
fillUniform
(GrayF64 image, Random rand, double min, double max) static void
fillUniform
(GrayI16 image, Random rand, int min, int max) static void
fillUniform
(GrayI8 image, Random rand, int min, int max) static void
fillUniform
(GrayS32 image, Random rand, int min, int max) static void
fillUniform
(GrayS64 image, Random rand, long min, long max) static void
fillUniform
(InterleavedF32 image, Random rand, float min, float max) static void
fillUniform
(InterleavedF64 image, Random rand, double min, double max) static void
fillUniform
(InterleavedI16 image, Random rand, int min, int max) static void
fillUniform
(InterleavedI8 image, Random rand, int min, int max) static void
fillUniform
(InterleavedS32 image, Random rand, int min, int max) static void
fillUniform
(InterleavedS64 image, Random rand, long min, long max) static void
filter
(GrayF32 image, BoofLambdas.FilterPixel_F32 op) static void
filter
(GrayF64 image, BoofLambdas.FilterPixel_F64 op) static void
filter
(GrayS16 image, BoofLambdas.FilterPixel_S32 op) static void
filter
(GrayS32 image, BoofLambdas.FilterPixel_S32 op) static void
filter
(GrayS64 image, BoofLambdas.FilterPixel_S64 op) static void
filter
(GrayS8 image, BoofLambdas.FilterPixel_S32 op) static void
filter
(GrayU16 image, BoofLambdas.FilterPixel_S32 op) static void
filter
(GrayU8 image, BoofLambdas.FilterPixel_S32 op) static void
findAndProcess
(GrayF32 input, BoofLambdas.Match_F32 finder, BoofLambdas.ProcessIIB process) static void
findAndProcess
(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) static void
findAndProcess
(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static void
findAndProcess
(GrayI8 input, BoofLambdas.Match_I8 finder, BoofLambdas.ProcessIIB process) static void
findAndProcess
(GrayS32 input, BoofLambdas.Match_S32 finder, BoofLambdas.ProcessIIB process) static void
findAndProcess
(GrayS64 input, BoofLambdas.Match_S64 finder, BoofLambdas.ProcessIIB process) static void
flipHorizontal
(GrayF32 image) static void
flipHorizontal
(GrayF64 image) static void
flipHorizontal
(GrayI16 image) static void
flipHorizontal
(GrayI8 image) static void
flipHorizontal
(GrayS32 image) static void
flipHorizontal
(GrayS64 image) static void
flipVertical
(GrayF32 image) static void
flipVertical
(GrayF64 image) static void
flipVertical
(GrayI16 image) static void
flipVertical
(GrayI8 image) static void
flipVertical
(GrayS32 image) static void
flipVertical
(GrayS64 image) static void
growBorder
(GrayF32 src, ImageBorder_F32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF32 dst) static void
growBorder
(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) static void
growBorder
(GrayS32 src, ImageBorder_S32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS32 dst) static void
growBorder
(GrayS64 src, ImageBorder_S64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS64 dst) static <T extends GrayI8<T>>
voidgrowBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) static void
insertBand
(GrayF32 input, int band, InterleavedF32 output) static void
insertBand
(GrayF64 input, int band, InterleavedF64 output) static void
insertBand
(GrayI16 input, int band, InterleavedI16 output) static void
insertBand
(GrayI8 input, int band, InterleavedI8 output) static void
insertBand
(GrayS32 input, int band, InterleavedS32 output) static void
insertBand
(GrayS64 input, int band, InterleavedS64 output) static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
rotateCCW
(InterleavedF32 input, InterleavedF32 output) static void
rotateCCW
(InterleavedF64 input, InterleavedF64 output) static void
rotateCCW
(InterleavedI16 input, InterleavedI16 output) static void
rotateCCW
(InterleavedI8 input, InterleavedI8 output) static void
rotateCCW
(InterleavedS32 input, InterleavedS32 output) static void
rotateCCW
(InterleavedS64 input, InterleavedS64 output) static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
rotateCW
(InterleavedF32 input, InterleavedF32 output) static void
rotateCW
(InterleavedF64 input, InterleavedF64 output) static void
rotateCW
(InterleavedI16 input, InterleavedI16 output) static void
rotateCW
(InterleavedI8 input, InterleavedI8 output) static void
rotateCW
(InterleavedS32 input, InterleavedS32 output) static void
rotateCW
(InterleavedS64 input, InterleavedS64 output) static void
static void
static void
static void
static void
static void
static void
transpose
(InterleavedF32 input, InterleavedF32 output) static void
transpose
(InterleavedF64 input, InterleavedF64 output) static void
transpose
(InterleavedI16 input, InterleavedI16 output) static void
transpose
(InterleavedI8 input, InterleavedI8 output) static void
transpose
(InterleavedS32 input, InterleavedS32 output) static void
transpose
(InterleavedS64 input, InterleavedS64 output)
-
Constructor Details
-
ImplImageMiscOps_MT
public ImplImageMiscOps_MT()
-
-
Method Details
-
copy
public static <T extends GrayI8<T>> void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI8 output) -
copy
-
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI8 input, InterleavedI8 output) -
fill
-
maskFill
-
fill
-
fill
-
fillBand
-
insertBand
-
extractBand
-
fillBorder
-
fillBorder
public static void fillBorder(GrayI8 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) -
fillRectangle
-
fillRectangle
public static void fillRectangle(InterleavedI8 image, int value, int x0, int y0, int width, int height) -
fillUniform
-
fillUniform
-
fillGaussian
-
fillGaussian
public static void fillGaussian(InterleavedI8 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) -
flipVertical
-
flipHorizontal
-
transpose
-
transpose
-
rotateCW
-
rotateCW
-
rotateCW
-
rotateCCW
-
rotateCCW
-
rotateCCW
-
growBorder
public static <T extends GrayI8<T>> void growBorder(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) -
findAndProcess
public static void findAndProcess(GrayI8 input, BoofLambdas.Match_I8 finder, BoofLambdas.ProcessIIB process) -
copy
public static <T extends GrayI16<T>> void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) -
copy
-
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) -
fill
-
maskFill
-
fill
-
fill
-
fillBand
-
insertBand
-
extractBand
-
fillBorder
-
fillBorder
public static void fillBorder(GrayI16 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) -
fillRectangle
-
fillRectangle
public static void fillRectangle(InterleavedI16 image, int value, int x0, int y0, int width, int height) -
fillUniform
-
fillUniform
-
fillGaussian
-
fillGaussian
public static void fillGaussian(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) -
flipVertical
-
flipHorizontal
-
transpose
-
transpose
-
rotateCW
-
rotateCW
-
rotateCW
-
rotateCCW
-
rotateCCW
-
rotateCCW
-
growBorder
public static <T extends GrayI16<T>> void growBorder(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) -
findAndProcess
public static void findAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) -
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS32 input, ImageBorder_S32 border, GrayS32 output) -
copy
-
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedS32 input, InterleavedS32 output) -
fill
-
maskFill
-
fill
-
fill
-
fillBand
-
insertBand
-
extractBand
-
fillBorder
-
fillBorder
public static void fillBorder(GrayS32 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) -
fillRectangle
-
fillRectangle
public static void fillRectangle(InterleavedS32 image, int value, int x0, int y0, int width, int height) -
fillUniform
-
fillUniform
-
fillGaussian
-
fillGaussian
public static void fillGaussian(InterleavedS32 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) -
flipVertical
-
flipHorizontal
-
transpose
-
transpose
-
rotateCW
-
rotateCW
-
rotateCW
-
rotateCCW
-
rotateCCW
-
rotateCCW
-
growBorder
public static void growBorder(GrayS32 src, ImageBorder_S32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS32 dst) -
findAndProcess
public static void findAndProcess(GrayS32 input, BoofLambdas.Match_S32 finder, BoofLambdas.ProcessIIB process) -
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS64 input, ImageBorder_S64 border, GrayS64 output) -
copy
-
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedS64 input, InterleavedS64 output) -
fill
-
maskFill
-
fill
-
fill
-
fillBand
-
insertBand
-
extractBand
-
fillBorder
-
fillBorder
public static void fillBorder(GrayS64 input, long value, int borderX0, int borderY0, int borderX1, int borderY1) -
fillRectangle
-
fillRectangle
public static void fillRectangle(InterleavedS64 image, long value, int x0, int y0, int width, int height) -
fillUniform
-
fillUniform
-
fillGaussian
-
fillGaussian
public static void fillGaussian(InterleavedS64 image, Random rand, double mean, double sigma, long lowerBound, long upperBound) -
flipVertical
-
flipHorizontal
-
transpose
-
transpose
-
rotateCW
-
rotateCW
-
rotateCW
-
rotateCCW
-
rotateCCW
-
rotateCCW
-
growBorder
public static void growBorder(GrayS64 src, ImageBorder_S64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS64 dst) -
findAndProcess
public static void findAndProcess(GrayS64 input, BoofLambdas.Match_S64 finder, BoofLambdas.ProcessIIB process) -
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF32 input, ImageBorder_F32 border, GrayF32 output) -
copy
-
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedF32 input, InterleavedF32 output) -
fill
-
maskFill
-
fill
-
fill
-
fillBand
-
insertBand
-
extractBand
-
fillBorder
-
fillBorder
public static void fillBorder(GrayF32 input, float value, int borderX0, int borderY0, int borderX1, int borderY1) -
fillRectangle
-
fillRectangle
public static void fillRectangle(InterleavedF32 image, float value, int x0, int y0, int width, int height) -
fillUniform
-
fillUniform
-
fillGaussian
-
fillGaussian
public static void fillGaussian(InterleavedF32 image, Random rand, double mean, double sigma, float lowerBound, float upperBound) -
flipVertical
-
flipHorizontal
-
transpose
-
transpose
-
rotateCW
-
rotateCW
-
rotateCW
-
rotateCCW
-
rotateCCW
-
rotateCCW
-
growBorder
public static void growBorder(GrayF32 src, ImageBorder_F32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF32 dst) -
findAndProcess
public static void findAndProcess(GrayF32 input, BoofLambdas.Match_F32 finder, BoofLambdas.ProcessIIB process) -
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) -
copy
-
copy
public static void copy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedF64 input, InterleavedF64 output) -
fill
-
maskFill
-
fill
-
fill
-
fillBand
-
insertBand
-
extractBand
-
fillBorder
-
fillBorder
public static void fillBorder(GrayF64 input, double value, int borderX0, int borderY0, int borderX1, int borderY1) -
fillRectangle
public static void fillRectangle(GrayF64 image, double value, int x0, int y0, int width, int height) -
fillRectangle
public static void fillRectangle(InterleavedF64 image, double value, int x0, int y0, int width, int height) -
fillUniform
-
fillUniform
-
fillGaussian
-
fillGaussian
public static void fillGaussian(InterleavedF64 image, Random rand, double mean, double sigma, double lowerBound, double upperBound) -
flipVertical
-
flipHorizontal
-
transpose
-
transpose
-
rotateCW
-
rotateCW
-
rotateCW
-
rotateCCW
-
rotateCCW
-
rotateCCW
-
growBorder
public static void growBorder(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) -
findAndProcess
public static void findAndProcess(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedS8 image, Random rand, double sigma, int lowerBound, int upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedU16 image, Random rand, double sigma, int lowerBound, int upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedS16 image, Random rand, double sigma, int lowerBound, int upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedS32 image, Random rand, double sigma, int lowerBound, int upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedS64 image, Random rand, double sigma, long lowerBound, long upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedF32 image, Random rand, double sigma, float lowerBound, float upperBound) -
filter
-
addUniform
-
addUniform
-
addGaussian
-
addGaussian
public static void addGaussian(InterleavedF64 image, Random rand, double sigma, double lowerBound, double upperBound)
-