| Package | Description |
|---|---|
| boofcv.struct.image |
| Modifier and Type | Method and Description |
|---|---|
ImageType.Family |
ImageType.getFamily() |
static ImageType.Family |
ImageType.Family.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType.Family[] |
ImageType.Family.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
ImageType.getImageClass(ImageType.Family family,
ImageDataType dataType) |
| Constructor and Description |
|---|
ImageType(ImageType.Family family,
ImageDataType dataType,
int numBands) |
Copyright © 2013. All Rights Reserved.