public class PhotographicAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
equalBrightness
Value, from 0 to 100, indicating if one side of the face is ligther than the other side.
0 means that brightness is perfectly equal on both sides of the face.
|
int |
faceDynamicRange
Value, from 0 to 255, indicating the dynamic range of the image in the face region.
|
int |
flashReflection
Value, from 0 to 100, indicating if a flash reflection is present on the face.
100 means that there is no flash reflection.
|
int |
naturalSkinColor
Value, from 0 to 100, indicating if the skin looks natural.
0 means that the face does not have a natural skin color at all.
|
int |
overExposure
Value, from 0 to 100, indicating the ratio of face pixels that are over-exposed.
0 means that the face is not over-exposed at all.
|
int |
pixelation
Value, from 0 to 100, indicating if the image is pixelized.
0 means that there is no pixelation at all.
|
int |
sharpness
Value, from 0 to 100, indicating if the image sharpness is sufficient.
0 means that the image is not sharp at all.
|
int |
underExposure
Value, from 0 to 100, indicating the ratio of face pixels that are under-exposed.
0 means that the face is not under-exposed at all.
|
| Constructor and Description |
|---|
PhotographicAttributes()
Initializes an empty instance of the PhotographicAttributes class.
|
PhotographicAttributes(int equalBrightness,
int faceDynamicRange,
int flashReflection,
int naturalSkinColor,
int overExposure,
int pixelation,
int sharpness,
int underExposure)
Initializes a new instance of the PhotographicAttributes class from its members.
|
PhotographicAttributes(PhotographicAttributes photographicAttributes)
Initializes a new instance of the PhotographicAttributes class by copying another PhotographicAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int equalBrightness
public int faceDynamicRange
public int flashReflection
public int naturalSkinColor
public int overExposure
public int pixelation
public int sharpness
public int underExposure
public PhotographicAttributes()
public PhotographicAttributes(int equalBrightness,
int faceDynamicRange,
int flashReflection,
int naturalSkinColor,
int overExposure,
int pixelation,
int sharpness,
int underExposure)
equalBrightness - Value, from 0 to 100, indicating if one side of the face is ligther than the other side.faceDynamicRange - Value, from 0 to 255, indicating the dynamic range of the image in the face region.flashReflection - Value, from 0 to 100, indicating if a flash reflection is present on the face.naturalSkinColor - Value, from 0 to 100, indicating if the skin looks natural.overExposure - Value, from 0 to 100, indicating the ratio of face pixels that are over-exposed.pixelation - Value, from 0 to 100, indicating if the image is pixelized.sharpness - Value, from 0 to 100, indicating if the image sharpness is sufficient.underExposure - Value, from 0 to 100, indicating the ratio of face pixels that are under-exposed.public PhotographicAttributes(PhotographicAttributes photographicAttributes)
photographicAttributes - The PhotographicAttributes to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face