|
Local Compute Avatar SDK
2.0.9
To generate Head 2.0 avatars
|
#include <avatar_sdk_structures.hpp>
Data Fields | |
| float * | facialLandmarks |
| Facial landmarks. Landmark coordinates are represented as vector with X, Y, Z float components sequence for each landmark, or NaN(for each component) if no landmark detected. | |
| unsigned int | facialLandmarksValuesNumber |
| Number of elements in facialLandmarks array. | |
| AgePredicted | age |
| Classify a person's age from a submitted photo. Currently possible values are CHILD and NOT_CHILD. | |
| float | ageConfidence |
| Represents the confidence of age classification with value in the range [0.5, 1] inclusive. | |
| GenderPredicted | gender |
| Predict person's gender from a submitted photo. Possible values are MALE and FEMALE. | |
| float | genderConfidence |
| Represents the confidence of gender prediction with value in the range [0.5, 1] inclusive. | |
| RacePredicted * | race |
| Represents a person's race prediction result. | |
| AvatarSdkColorRgb * | hairColor |
| Average haircut color computed from a submitted photo (face pipeline only). | |
| AvatarSdkColorRgb * | skinColor |
| Average skin color computed from a submitted photo. | |
| AvatarSdkColorRgb * | eyeIrisColor |
| Average eye iris color computed from a submitted photo. | |
| AvatarSdkColorRgb * | eyeScleraColor |
| Average eye iris color computed from a submitted photo. | |
| char * | predictedHaircut |
| A name of the predicted haircut. | |
| float | predictedHaircutConfidence |
| Represents the predicted haircut confidence. | |
Model information for generated avatar
Definition at line 118 of file avatar_sdk_structures.hpp.