|
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...
#import <LightConditionsAnalyzer.h>
Inherits NSObject.
Properties | |
| bool | isFaceUniformlyLit |
| float | isFaceUniformlyLitProbability |
| bool | hasNoBacklight |
| float | hasNoBacklightProbability |
| long | frameIndex |
Object representing the result retrieved from the light conditions analyzer.
|
readnonatomicassign |
Frame index of last frame processed by light conditions analyzer.
|
readnonatomicassign |
Boolean condition showing if the face is underlit by comparison to the background.
|
readnonatomicassign |
Probability that the face is underlit by comparison to the background.
|
readnonatomicassign |
Boolean condition showing if the face is equally lit from both sides around a vertical axis.
|
readnonatomicassign |
Probability that the face is equally lit from both sides around a vertical axis.