Package | Description |
---|---|
org.openimaj.image.feature.global | |
org.openimaj.image.mask | |
org.openimaj.image.processing.algorithm |
Modifier and Type | Class and Description |
---|---|
class |
AvgBrightness
Extract the average brightness of an image.
|
class |
HueStats
A two-valued summary representing mean hue (in radians) and variance of hue
respectively.
|
class |
Naturalness
Implementation of the Naturalness index (CNI) defined by Huang, Qiao & Wu.
|
class |
Saturation
Estimate the saturation of an image using the RGB approximation of
avg(max(R,G,B) - min(R,G,B)).
|
class |
SaturationVariation
Estimate the variation in saturation of an image using the RGB approximation
of avg(max(R,G,B) - min(R,G,B)).
|
class |
Sharpness
Sharpness measures the clarity and level of detail of an image.
|
class |
SharpnessVariation
Sharpness measures the clarity and level of detail of an image.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMaskedObject<M extends Image<?,M>>
Abstract base implementation of a
MaskedObject . |
Modifier and Type | Class and Description |
---|---|
class |
MaskedRobustContrastEqualisation
An image processor that performs contrast equalisation
in a robust manner with a mask.
|