|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Object representing the result retrieved from the light conditions analyzer. More...
Public Member Functions | |
| void | setHasNoBacklight (boolean value) |
| boolean | getHasNoBacklight () |
| void | setHasNoBacklightProbability (float value) |
| float | getHasNoBacklightProbability () |
| void | setIsFaceUniformlyLit (boolean value) |
| boolean | getIsFaceUniformlyLit () |
| void | setIsFaceUniformlyLitProbability (float value) |
| float | getIsFaceUniformlyLitProbability () |
| void | setFrameIndex (int value) |
| int | getFrameIndex () |
| void | setStatus (com.visagetechnologies.bsc.LightConditionsAnalysisStatus value) |
| com.visagetechnologies.bsc.LightConditionsAnalysisStatus | getStatus () |
Object representing the result retrieved from the light conditions analyzer.
|
inline |
Frame index of last frame processed by light conditions analyzer.
|
inline |
Boolean value that indicates whether there is a backlight in the frame or not. True means there is no backlight in the frame.
|
inline |
Probability of analyzed frame not containing a backlight. Float value in range [0,1]. Larger value means a higher chance of frame not containing a backlight.
|
inline |
Boolean value that indicates whether the user's face in uniformly lit (true) or not (false).
|
inline |
Probability of face in the analyzed frame being uniformly lit. Float value in range [0,1]. Larger value means a higher chance of face being uniformly lit.
|
inline |
Analysis status for last frame processed by light conditions analyzer. Value meaning: 1 - ok, 2 - face tracker failed, 3 - one of the cheeks not visible.
|
inline |
Frame index of last frame processed by light conditions analyzer.
|
inline |
Boolean value that indicates whether there is a backlight in the frame or not. True means there is no backlight in the frame.
|
inline |
Probability of analyzed frame not containing a backlight. Float value in range [0,1]. Larger value means a higher chance of frame not containing a backlight.
|
inline |
Boolean value that indicates whether the user's face in uniformly lit (true) or not (false).
|
inline |
Probability of face in the analyzed frame being uniformly lit. Float value in range [0,1]. Larger value means a higher chance of face being uniformly lit.
|
inline |
Analysis status for last frame processed by light conditions analyzer. Value meaning: 1 - ok, 2 - face tracker failed, 3 - one of the cheeks not visible.