public class ImageInterleavedTestingOps
extends java.lang.Object
| Constructor and Description |
|---|
ImageInterleavedTestingOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fill(InterleavedI8 img,
byte... value)
Fills the whole image with the specified pixel value
|
static void |
randomize(InterleavedI8 img,
java.util.Random rand)
Fills the whole image with random values
|
public static void fill(InterleavedI8 img, byte... value)
img - An image.value - The value that the image is being filled with.public static void randomize(InterleavedI8 img, java.util.Random rand)
img - An image.rand - The value that the image is being filled with.