public class ImageInterleavedTestingOps extends 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,
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, Random rand)
img - An image.rand - The value that the image is being filled with.Copyright © 2013. All Rights Reserved.