| Package | Description |
|---|---|
| org.openimaj.image.processing.mask |
| Modifier and Type | Method and Description |
|---|---|
static MatteGenerator.MatteType |
MatteGenerator.MatteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatteGenerator.MatteType[] |
MatteGenerator.MatteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FImage |
MatteGenerator.generateMatte(FImage image,
MatteGenerator.MatteType type,
Object... args)
Generate a matte into the given
FImage. |
static FImage |
MatteGenerator.generateMatte(MBFImage image,
int band,
MatteGenerator.MatteType type,
Object... args)
Generate a matte into the given image on the given band.
|