Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
Unified HumanAttribute estimator output structure. More...
#include <IHumanAttributeEstimator.h>
Classes | |
struct | ApparentColorEstimation |
HumanAttribute estimator simplified color output structure. This structure contains the result of truncated pool of clor estimations and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
struct | BackpackEstimation |
HumanAttribute estimator backpack output structure. This structure contains the result of backpack estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
struct | GenderEstimation |
HumanAttribute estimator gender output structure. This structure contains the result of gender estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
struct | HatEstimation |
HumanAttribute estimator hat output structure. This structure contains the result of hat estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
struct | LowerBodyClothingEstimation |
HumanAttribute estimator lower body clothing output structure. This structure contains the result of lower body clothing estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
struct | OutwearColorEstimation |
HumanAttribute estimator outwear color output structure. This structure contains the result of outwear color estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
struct | SleeveSizeEstimation |
HumanAttribute estimator sleeves size output structure. This structure contains the result of sleeves size estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More... | |
Public Types | |
enum | Color { Black, Blue, Green, Grey, Orange, Purple, Red, White, Yellow, Pink, Brown, Beige, Khaki, Multicolored, Count } |
HumanAttribute estimator color enum. This enum contains all possible estimation results. | |
enum | ApparentColor { Black, White, Other, Unknown, Count } |
HumanAttribute estimator simplified color enum. This enum is truncated version of full color palette. | |
enum | Gender { Gender::Female, Gender::Male, Gender::Unknown } |
HumanAttribute estimator gender output enum. This enum contains all possible estimation results. More... | |
enum | SleeveSize { SleeveSize::Short, SleeveSize::Long, SleeveSize::Unknown } |
HumanAttribute estimator sleeves size output enum. This enum contains all possible estimation results. More... | |
enum | Hat { No, Yes, Unknown } |
HumanAttribute estimator hat output enum. This enum contains all possible estimation results. | |
enum | Backpack { No, Yes, Unknown } |
HumanAttribute estimator backpack enum. This enum contains all possible estimation results. | |
enum | LowerBodyClothing { Pants, Shorts, Skirt, Unknown } |
HumanAttribute estimator lower body clothing enum. This enum contains all possible estimation results. | |
Public Attributes | |
Optional< float > | age |
Age estimation by human body. More... | |
Optional< GenderEstimation > | gender |
Gender estimation by human body. More... | |
Optional< SleeveSizeEstimation > | sleeve |
sleeve estimation ( More... | |
Optional< HatEstimation > | headwear |
headwear estimation ( More... | |
Optional< BackpackEstimation > | backpack |
backpack estimation ( More... | |
Optional< OutwearColorEstimation > | outwearColor |
outwear color estimation ( More... | |
Optional < LowerBodyClothingEstimation > | lowerBodyClothing |
lower body clothing estimation ( More... | |
Optional< ApparentColorEstimation > | shoeColor |
shoe color color estimation ( More... | |
Unified HumanAttribute estimator output structure.
|
strong |
|
strong |
Optional<float> fsdk::HumanAttributeResult::age |
Age estimation by human body.
Optional<BackpackEstimation> fsdk::HumanAttributeResult::backpack |
backpack estimation (
Optional<GenderEstimation> fsdk::HumanAttributeResult::gender |
Gender estimation by human body.
Optional<HatEstimation> fsdk::HumanAttributeResult::headwear |
headwear estimation (
Optional<LowerBodyClothingEstimation> fsdk::HumanAttributeResult::lowerBodyClothing |
lower body clothing estimation (
Optional<OutwearColorEstimation> fsdk::HumanAttributeResult::outwearColor |
outwear color estimation (
Optional<ApparentColorEstimation> fsdk::HumanAttributeResult::shoeColor |
shoe color color estimation (
Optional<SleeveSizeEstimation> fsdk::HumanAttributeResult::sleeve |
sleeve estimation (