Banuba SDK
Loading...
Searching...
No Matches
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 , 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 ,
  latents_correction , light_correction , watch , face_match ,
  ears , action_units_antijitter , face_skin , face_attributes ,
  face_shape , pupillary_distance , frown_detection , gender_detect ,
  teeth_tone , light_source , chromakey , lips_gloss ,
  lips_chameleon , eyelids , eyelids_gloss , eyelids_chameleon ,
  glasses_frame_color , eye_lenses , face_skin_color
}

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.

latents_correction 

Activates latents 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.

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 glasses,
27 acne,
28 hand_skelet,
29 eye_bags,
30 face_acne,
31 ruler,
32 hair_strand,
33 ring,
34 neck,
35 pose_estimation,
36 /** Body segmentation. I.e. bodies detection on the frame. */
37 body,
38 /** Nails segmentation and recoloring */
39 nails,
40 /** Combined face acne and eyebags removal */
42 hand_gestures,
43 textured_nails,
44 /** Activates eyes corrector */
46 /** Activates lips corrector */
48 /** Activates latents corrector */
50 /** Computes coefficient for light correction */
52 /** Watch try-on */
53 watch,
54 face_match,
55 /** Ears detection */
56 ears,
57 /** Enable latents filtration for AU, affects FRX face mesh */
59 /** Face skin segmentation */
61 face_attributes,
62 face_shape,
63 pupillary_distance,
64 frown_detection,
65 gender_detect,
66 teeth_tone,
67 light_source,
68 chromakey,
69 lips_gloss,
70 lips_chameleon,
71 eyelids,
72 eyelids_gloss,
73 eyelids_chameleon,
74 glasses_frame_color,
75 eye_lenses,
76 face_skin_color,
77};
@ acne_eyebags
Combined face acne and eyebags removal.
@ nails
Nails segmentation and recoloring.
@ light_correction
Computes coefficient for light correction.
@ latents_correction
Activates latents corrector.
@ eyes_correction
Activates eyes corrector.
@ 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.