/AWS1/CL_REKDETECTLABELSIMAG04¶
The background of the image with regard to image quality and dominant colors.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_quality
TYPE REF TO /AWS1/CL_REKDETECTLABELSIMAG02
/AWS1/CL_REKDETECTLABELSIMAG02
¶
The quality of the image background as defined by brightness and sharpness.
it_dominantcolors
TYPE /AWS1/CL_REKDOMINANTCOLOR=>TT_DOMINANTCOLORS
TT_DOMINANTCOLORS
¶
The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).
Queryable Attributes¶
Quality¶
The quality of the image background as defined by brightness and sharpness.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUALITY() |
Getter for QUALITY |
DominantColors¶
The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMINANTCOLORS() |
Getter for DOMINANTCOLORS, with configurable default |
ASK_DOMINANTCOLORS() |
Getter for DOMINANTCOLORS w/ exceptions if field has no valu |
HAS_DOMINANTCOLORS() |
Determine if DOMINANTCOLORS has a value |