Package | Description |
---|---|
org.openimaj.image.feature.global |
Modifier and Type | Method and Description |
---|---|
static HueStats.ToneAttr |
HueStats.ToneAttr.getAttr(double mean,
double var)
Estimate the tone from the given mean and variance of the hue.
|
HueStats.ToneAttr |
HueStats.getTone()
Estimate the tone of the image.
|
static HueStats.ToneAttr |
HueStats.ToneAttr.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HueStats.ToneAttr[] |
HueStats.ToneAttr.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|