Package boofcv.alg.misc.impl
Class ImplImageMiscOps
java.lang.Object
boofcv.alg.misc.impl.ImplImageMiscOps
@Generated("boofcv.alg.misc.impl.GenerateImplImageMiscOps")
public class ImplImageMiscOps
extends Object
Implementations of functions for
ImageMiscOps
DO NOT MODIFY. Automatically generated code created by GenerateImplImageMiscOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddGaussian(GrayF32 image, Random rand, double sigma, float lowerBound, float upperBound) static voidaddGaussian(GrayF64 image, Random rand, double sigma, double lowerBound, double upperBound) static voidaddGaussian(GrayS16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(GrayS32 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(GrayS64 image, Random rand, double sigma, long lowerBound, long upperBound) static voidaddGaussian(GrayS8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(GrayU16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(GrayU8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(InterleavedF32 image, Random rand, double sigma, float lowerBound, float upperBound) static voidaddGaussian(InterleavedF64 image, Random rand, double sigma, double lowerBound, double upperBound) static voidaddGaussian(InterleavedS16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(InterleavedS32 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(InterleavedS64 image, Random rand, double sigma, long lowerBound, long upperBound) static voidaddGaussian(InterleavedS8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(InterleavedU16 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddGaussian(InterleavedU8 image, Random rand, double sigma, int lowerBound, int upperBound) static voidaddUniform(GrayF32 image, Random rand, float min, float max) static voidaddUniform(GrayF64 image, Random rand, double min, double max) static voidaddUniform(GrayS16 image, Random rand, int min, int max) static voidaddUniform(GrayS32 image, Random rand, int min, int max) static voidaddUniform(GrayS64 image, Random rand, long min, long max) static voidaddUniform(GrayS8 image, Random rand, int min, int max) static voidaddUniform(GrayU16 image, Random rand, int min, int max) static voidaddUniform(GrayU8 image, Random rand, int min, int max) static voidaddUniform(InterleavedF32 image, Random rand, float min, float max) static voidaddUniform(InterleavedF64 image, Random rand, double min, double max) static voidaddUniform(InterleavedS16 image, Random rand, int min, int max) static voidaddUniform(InterleavedS32 image, Random rand, int min, int max) static voidaddUniform(InterleavedS64 image, Random rand, long min, long max) static voidaddUniform(InterleavedS8 image, Random rand, int min, int max) static voidaddUniform(InterleavedU16 image, Random rand, int min, int max) static voidaddUniform(InterleavedU8 image, Random rand, int min, int max) static voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF32 input, ImageBorder_F32 border, GrayF32 output) static voidstatic voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayF64 input, ImageBorder_F64 border, GrayF64 output) static voidstatic voidstatic voidstatic voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS32 input, ImageBorder_S32 border, GrayS32 output) static voidstatic voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS64 input, ImageBorder_S64 border, GrayS64 output) static voidstatic voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedF32 input, InterleavedF32 output) static voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedF64 input, InterleavedF64 output) static voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI16 input, InterleavedI16 output) static voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedI8 input, InterleavedI8 output) static voidcopy(int srcX, int srcY, int dstX, int dstY, int width, int height, InterleavedS32 input, InterleavedS32 output) static voidcopy(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 voidextractBand(InterleavedF32 input, int band, GrayF32 output) static voidextractBand(InterleavedF64 input, int band, GrayF64 output) static voidextractBand(InterleavedI16 input, int band, GrayI16 output) static voidextractBand(InterleavedI8 input, int band, GrayI8 output) static voidextractBand(InterleavedS32 input, int band, GrayS32 output) static voidextractBand(InterleavedS64 input, int band, GrayS64 output) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidfill(InterleavedF32 input, float value) static voidfill(InterleavedF32 input, float[] values) static voidfill(InterleavedF64 input, double value) static voidfill(InterleavedF64 input, double[] values) static voidfill(InterleavedI16 input, int value) static voidfill(InterleavedI16 input, int[] values) static voidfill(InterleavedI8 input, int value) static voidfill(InterleavedI8 input, int[] values) static voidfill(InterleavedS32 input, int value) static voidfill(InterleavedS32 input, int[] values) static voidfill(InterleavedS64 input, long value) static voidfill(InterleavedS64 input, long[] values) static voidfillBand(InterleavedF32 input, int band, float value) static voidfillBand(InterleavedF64 input, int band, double value) static voidfillBand(InterleavedI16 input, int band, int value) static voidfillBand(InterleavedI8 input, int band, int value) static voidfillBand(InterleavedS32 input, int band, int value) static voidfillBand(InterleavedS64 input, int band, long value) static voidfillBorder(GrayF32 input, float value, int radius) static voidfillBorder(GrayF32 input, float value, int borderX0, int borderY0, int borderX1, int borderY1) static voidfillBorder(GrayF64 input, double value, int radius) static voidfillBorder(GrayF64 input, double value, int borderX0, int borderY0, int borderX1, int borderY1) static voidfillBorder(GrayI16 input, int value, int radius) static voidfillBorder(GrayI16 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static voidfillBorder(GrayI8 input, int value, int radius) static voidfillBorder(GrayI8 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static voidfillBorder(GrayS32 input, int value, int radius) static voidfillBorder(GrayS32 input, int value, int borderX0, int borderY0, int borderX1, int borderY1) static voidfillBorder(GrayS64 input, long value, int radius) static voidfillBorder(GrayS64 input, long value, int borderX0, int borderY0, int borderX1, int borderY1) static voidfillGaussian(GrayF32 image, Random rand, double mean, double sigma, float lowerBound, float upperBound) static voidfillGaussian(GrayF64 image, Random rand, double mean, double sigma, double lowerBound, double upperBound) static voidfillGaussian(GrayI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidfillGaussian(GrayI8 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidfillGaussian(GrayS32 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidfillGaussian(GrayS64 image, Random rand, double mean, double sigma, long lowerBound, long upperBound) static voidfillGaussian(InterleavedF32 image, Random rand, double mean, double sigma, float lowerBound, float upperBound) static voidfillGaussian(InterleavedF64 image, Random rand, double mean, double sigma, double lowerBound, double upperBound) static voidfillGaussian(InterleavedI16 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidfillGaussian(InterleavedI8 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidfillGaussian(InterleavedS32 image, Random rand, double mean, double sigma, int lowerBound, int upperBound) static voidfillGaussian(InterleavedS64 image, Random rand, double mean, double sigma, long lowerBound, long upperBound) static voidfillRectangle(GrayF32 image, float value, int x0, int y0, int width, int height) static voidfillRectangle(GrayF64 image, double value, int x0, int y0, int width, int height) static voidfillRectangle(GrayI16 image, int value, int x0, int y0, int width, int height) static voidfillRectangle(GrayI8 image, int value, int x0, int y0, int width, int height) static voidfillRectangle(GrayS32 image, int value, int x0, int y0, int width, int height) static voidfillRectangle(GrayS64 image, long value, int x0, int y0, int width, int height) static voidfillRectangle(InterleavedF32 image, float value, int x0, int y0, int width, int height) static voidfillRectangle(InterleavedF64 image, double value, int x0, int y0, int width, int height) static voidfillRectangle(InterleavedI16 image, int value, int x0, int y0, int width, int height) static voidfillRectangle(InterleavedI8 image, int value, int x0, int y0, int width, int height) static voidfillRectangle(InterleavedS32 image, int value, int x0, int y0, int width, int height) static voidfillRectangle(InterleavedS64 image, long value, int x0, int y0, int width, int height) static voidfillUniform(GrayF32 image, Random rand, float min, float max) static voidfillUniform(GrayF64 image, Random rand, double min, double max) static voidfillUniform(GrayI16 image, Random rand, int min, int max) static voidfillUniform(GrayI8 image, Random rand, int min, int max) static voidfillUniform(GrayS32 image, Random rand, int min, int max) static voidfillUniform(GrayS64 image, Random rand, long min, long max) static voidfillUniform(InterleavedF32 image, Random rand, float min, float max) static voidfillUniform(InterleavedF64 image, Random rand, double min, double max) static voidfillUniform(InterleavedI16 image, Random rand, int min, int max) static voidfillUniform(InterleavedI8 image, Random rand, int min, int max) static voidfillUniform(InterleavedS32 image, Random rand, int min, int max) static voidfillUniform(InterleavedS64 image, Random rand, long min, long max) static voidfilter(GrayF32 image, BoofLambdas.FilterPixel_F32 op) static voidfilter(GrayF64 image, BoofLambdas.FilterPixel_F64 op) static voidfilter(GrayS16 image, BoofLambdas.FilterPixel_S32 op) static voidfilter(GrayS32 image, BoofLambdas.FilterPixel_S32 op) static voidfilter(GrayS64 image, BoofLambdas.FilterPixel_S64 op) static voidfilter(GrayS8 image, BoofLambdas.FilterPixel_S32 op) static voidfilter(GrayU16 image, BoofLambdas.FilterPixel_S32 op) static voidfilter(GrayU8 image, BoofLambdas.FilterPixel_S32 op) static voidfindAndProcess(GrayF32 input, BoofLambdas.Match_F32 finder, BoofLambdas.ProcessIIB process) static voidfindAndProcess(GrayF64 input, BoofLambdas.Match_F64 finder, BoofLambdas.ProcessIIB process) static voidfindAndProcess(GrayI16 input, BoofLambdas.Match_I16 finder, BoofLambdas.ProcessIIB process) static voidfindAndProcess(GrayI8 input, BoofLambdas.Match_I8 finder, BoofLambdas.ProcessIIB process) static voidfindAndProcess(GrayS32 input, BoofLambdas.Match_S32 finder, BoofLambdas.ProcessIIB process) static voidfindAndProcess(GrayS64 input, BoofLambdas.Match_S64 finder, BoofLambdas.ProcessIIB process) static voidflipHorizontal(GrayF32 image) static voidflipHorizontal(GrayF64 image) static voidflipHorizontal(GrayI16 image) static voidflipHorizontal(GrayI8 image) static voidflipHorizontal(GrayS32 image) static voidflipHorizontal(GrayS64 image) static voidflipVertical(GrayF32 image) static voidflipVertical(GrayF64 image) static voidflipVertical(GrayI16 image) static voidflipVertical(GrayI8 image) static voidflipVertical(GrayS32 image) static voidflipVertical(GrayS64 image) static voidgrowBorder(GrayF32 src, ImageBorder_F32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF32 dst) static voidgrowBorder(GrayF64 src, ImageBorder_F64 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayF64 dst) static voidgrowBorder(GrayS32 src, ImageBorder_S32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS32 dst) static voidgrowBorder(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 voidinsertBand(GrayF32 input, int band, InterleavedF32 output) static voidinsertBand(GrayF64 input, int band, InterleavedF64 output) static voidinsertBand(GrayI16 input, int band, InterleavedI16 output) static voidinsertBand(GrayI8 input, int band, InterleavedI8 output) static voidinsertBand(GrayS32 input, int band, InterleavedS32 output) static voidinsertBand(GrayS64 input, int band, InterleavedS64 output) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidrotateCCW(InterleavedF32 input, InterleavedF32 output) static voidrotateCCW(InterleavedF64 input, InterleavedF64 output) static voidrotateCCW(InterleavedI16 input, InterleavedI16 output) static voidrotateCCW(InterleavedI8 input, InterleavedI8 output) static voidrotateCCW(InterleavedS32 input, InterleavedS32 output) static voidrotateCCW(InterleavedS64 input, InterleavedS64 output) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidrotateCW(InterleavedF32 input, InterleavedF32 output) static voidrotateCW(InterleavedF64 input, InterleavedF64 output) static voidrotateCW(InterleavedI16 input, InterleavedI16 output) static voidrotateCW(InterleavedI8 input, InterleavedI8 output) static voidrotateCW(InterleavedS32 input, InterleavedS32 output) static voidrotateCW(InterleavedS64 input, InterleavedS64 output) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidtranspose(InterleavedF32 input, InterleavedF32 output) static voidtranspose(InterleavedF64 input, InterleavedF64 output) static voidtranspose(InterleavedI16 input, InterleavedI16 output) static voidtranspose(InterleavedI8 input, InterleavedI8 output) static voidtranspose(InterleavedS32 input, InterleavedS32 output) static voidtranspose(InterleavedS64 input, InterleavedS64 output)
-
Constructor Details
-
ImplImageMiscOps
public ImplImageMiscOps()
-
-
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)
-