Package | Description |
---|---|
org.openimaj.image | |
org.openimaj.image.feature.global |
Modifier and Type | Method and Description |
---|---|
void |
FImage.analyseWith(PixelAnalyser<Float> p)
Analyse this image with a
PixelAnalyser . |
void |
Image.analyseWith(PixelAnalyser<Q> analyser)
Analyse this image with a
PixelAnalyser . |
void |
Image.analyseWithMasked(FImage mask,
PixelAnalyser<Q> analyser)
Analyse this image with the given
PixelAnalyser , only analysing
those pixels where the mask is non-zero. |
Modifier and Type | Class and Description |
---|---|
class |
Colorfulness
Implementation of Hasler and Susstruck's Colorfulness metric
http://infoscience.epfl.ch/record/33994/files/HaslerS03.pdf?version=1
|