Package | Description |
---|---|
org.openimaj.image |
Modifier and Type | Method and Description |
---|---|
static ARGBPlane |
ARGBPlane.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ARGBPlane[] |
ARGBPlane.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FImage(int[] data,
int width,
int height,
ARGBPlane plane)
Construct an
FImage from an array of packed ARGB integers using
the specified plane. |