| Package | Description |
|---|---|
| boofcv.alg.misc | |
| boofcv.struct.image |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImageMiscOps.fill(InterleavedS32 input,
int value)
Fills the whole image with the specified value
|
static void |
ImageMiscOps.fillUniform(InterleavedS32 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.
|
| Modifier and Type | Method and Description |
|---|---|
InterleavedS32 |
InterleavedS32._createNew(int imgWidth,
int imgHeight) |
Copyright © 2013. All Rights Reserved.