Package | Description |
---|---|
org.openimaj.image.feature.global |
Modifier and Type | Method and Description |
---|---|
static AvgBrightness.Mode |
AvgBrightness.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvgBrightness.Mode[] |
AvgBrightness.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AvgBrightness(AvgBrightness.Mode mode)
Construct with the given mode and no mask set
|
AvgBrightness(AvgBrightness.Mode mode,
FImage mask)
Construct with the given mode and a mask.
|