| Package | Description |
|---|---|
| boofcv.alg.misc | |
| boofcv.struct.image |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImageInterleavedTestingOps.fill(InterleavedI8 img,
byte... value)
Fills the whole image with the specified pixel value
|
static void |
ImageMiscOps.fill(InterleavedI8 input,
int value)
Fills the whole image with the specified value
|
static void |
ImageMiscOps.fillUniform(InterleavedI8 img,
Random rand,
int min,
int max)
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
|
static void |
ImageInterleavedTestingOps.randomize(InterleavedI8 img,
Random rand)
Fills the whole image with random values
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterleavedS8
An image where the primitive type is a signed byte.
|
class |
InterleavedU8
An image where the primitive type is an unsigned byte.
|
Copyright © 2013. All Rights Reserved.