makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
Loading...
Searching...
No Matches
Properties | List of all members
LightConditionsResult Class Reference

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
 

Detailed Description

Object representing the result retrieved from the light conditions analyzer.

Property Documentation

◆ frameIndex

- (long) frameIndex
readnonatomicassign

Frame index of last frame processed by light conditions analyzer.

◆ hasNoBacklight

- (bool) hasNoBacklight
readnonatomicassign

Boolean condition showing if the face is underlit by comparison to the background.

◆ hasNoBacklightProbability

- (float) hasNoBacklightProbability
readnonatomicassign

Probability that the face is underlit by comparison to the background.

◆ isFaceUniformlyLit

- (bool) isFaceUniformlyLit
readnonatomicassign

Boolean condition showing if the face is equally lit from both sides around a vertical axis.

◆ isFaceUniformlyLitProbability

- (float) isFaceUniformlyLitProbability
readnonatomicassign

Probability that the face is equally lit from both sides around a vertical axis.