Banuba SDK
Loading...
Searching...
No Matches
Enumerations
feature_id.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  bnb::interfaces::feature_id : int {
  frx , pulse , action_units , background ,
  hair , eyes , brows , skin ,
  face , lips , lips_shine , occlussion ,
  glasses , acne , hand_skelet , eye_bags ,
  face_acne , ruler , hair_strand , ring ,
  neck , pose_estimation , body , nails ,
  acne_eyebags , hand_gestures , textured_nails , eyes_correction ,
  lips_correction , light_correction , watch , face_match ,
  ears , action_units_antijitter , face_skin , face_attributes ,
  pupillary_distance , frown_detection , gender_detect , teeth_tone
}
 

Enumeration Type Documentation

◆ feature_id

enum class bnb::interfaces::feature_id : int
strong
Enumerator
body 

Body segmentation.

I.e. bodies detection on the frame.

nails 

Nails segmentation and recoloring

acne_eyebags 

Combined face acne and eyebags removal.

eyes_correction 

Activates eyes corrector.

lips_correction 

Activates lips corrector.

light_correction 

Computes coefficient for light correction.

watch 

Watch try-on.

ears 

Ears detection.

action_units_antijitter 

Enable latents filtration for AU, affects FRX face mesh.

face_skin 

Face skin segmentation.

pupillary_distance 

Pupillary distance in mm.

Definition at line 14 of file feature_id.hpp.

14 : int {
15 frx,
16 pulse,
17 action_units,
18 background,
19 hair,
20 eyes,
21 brows,
22 skin,
23 face,
24 lips,
25 lips_shine,
26 occlussion,
27 glasses,
28 acne,
29 hand_skelet,
30 eye_bags,
31 face_acne,
32 ruler,
33 hair_strand,
34 ring,
35 neck,
36 pose_estimation,
37 /** Body segmentation. I.e. bodies detection on the frame. */
38 body,
39 /** Nails segmentation and recoloring */
40 nails,
41 /** Combined face acne and eyebags removal */
43 hand_gestures,
44 textured_nails,
45 /** Activates eyes corrector */
47 /** Activates lips corrector */
49 /** Computes coefficient for light correction */
51 /** Watch try-on */
52 watch,
53 face_match,
54 /** Ears detection */
55 ears,
56 /** Enable latents filtration for AU, affects FRX face mesh */
58 /** Face skin segmentation */
60 face_attributes,
61 /** Pupillary distance in mm. */
63 frown_detection,
64 gender_detect,
65 teeth_tone,
66};
@ acne_eyebags
Combined face acne and eyebags removal.
@ nails
Nails segmentation and recoloring
@ light_correction
Computes coefficient for light correction.
@ eyes_correction
Activates eyes corrector.
@ pupillary_distance
Pupillary distance in mm.
@ body
Body segmentation.
@ lips_correction
Activates lips corrector.
@ face_skin
Face skin segmentation.
@ action_units_antijitter
Enable latents filtration for AU, affects FRX face mesh.