| Package | Description |
|---|---|
| boofcv.core.image | |
| boofcv.struct.image | |
| boofcv.testing |
| Modifier and Type | Method and Description |
|---|---|
static InterleavedU8 |
ConvertBufferedImage.extractInterleavedU8(BufferedImage img)
For BufferedImage stored as a byte array internally it extracts an
interleaved image.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ConvertBufferedImage.extractBuffered(InterleavedU8 img)
Creates a new BufferedImage that internally uses the same data as the provided
InterleavedU8. |
| Modifier and Type | Method and Description |
|---|---|
InterleavedU8 |
InterleavedU8._createNew(int imgWidth,
int imgHeight) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BoofTesting.checkEquals(BufferedImage imgA,
InterleavedU8 imgB)
Checks to see if the BufferedImage has the same intensity values as the ImageUInt8
|
Copyright © 2013. All Rights Reserved.