| Package | Description |
|---|---|
| boofcv.alg.misc | |
| boofcv.struct.image |
| Modifier and Type | Method and Description |
|---|---|
static void |
ImageMiscOps.fill(InterleavedI16 input,
int value)
Fills the whole image with the specified value
|
static void |
ImageMiscOps.fillUniform(InterleavedI16 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 | Class and Description |
|---|---|
class |
InterleavedS16
An image where the primitive type is an unsigned short.
|
class |
InterleavedU16
An image where the primitive type is an unsigned short.
|
Copyright © 2013. All Rights Reserved.