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