Banuba SDK
Functions
BNBFeatureId.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBFeatureId)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBFeatureId   
)

Body segmentation. I.e. bodies detection on the frame.

Nails segmentation and recoloring

Neuro beauty preprocessing

Combined face acne and eyebags removal

Activates eyes corrector

Activates lips corrector

Computes coefficient for light correction

Watch try-on

Ears detection

Enable latents filtration for AU, affects FRX face mesh

Face skin segmentation

Pupillary distance in mm.

Definition at line 6 of file BNBFeatureId.h.

7 {
8  BNBFeatureIdFrx,
9  BNBFeatureIdPulse,
10  BNBFeatureIdActionUnits,
11  BNBFeatureIdBackground,
12  BNBFeatureIdHair,
13  BNBFeatureIdEyes,
14  BNBFeatureIdBrows,
15  BNBFeatureIdSkin,
16  BNBFeatureIdFace,
17  BNBFeatureIdLips,
18  BNBFeatureIdLipsShine,
19  BNBFeatureIdOcclussion,
20  BNBFeatureIdGlasses,
21  BNBFeatureIdAcne,
22  BNBFeatureIdHandSkelet,
23  BNBFeatureIdEyeBags,
24  BNBFeatureIdFaceAcne,
25  BNBFeatureIdRuler,
26  BNBFeatureIdHairStrand,
27  BNBFeatureIdRing,
28  BNBFeatureIdNeck,
29  BNBFeatureIdPoseEstimation,
30  /** Body segmentation. I.e. bodies detection on the frame. */
31  BNBFeatureIdBody,
32  /** Nails segmentation and recoloring */
33  BNBFeatureIdNails,
34  /** Neuro beauty preprocessing */
35  BNBFeatureIdBeautyPreproc,
36  /** Combined face acne and eyebags removal */
37  BNBFeatureIdAcneEyebags,
38  BNBFeatureIdHandGestures,
39  BNBFeatureIdTexturedNails,
40  /** Activates eyes corrector */
41  BNBFeatureIdEyesCorrection,
42  /** Activates lips corrector */
43  BNBFeatureIdLipsCorrection,
44  /** Computes coefficient for light correction */
45  BNBFeatureIdLightCorrection,
46  /** Watch try-on */
47  BNBFeatureIdWatch,
48  BNBFeatureIdFaceMatch,
49  /** Ears detection */
50  BNBFeatureIdEars,
51  /** Enable latents filtration for AU, affects FRX face mesh */
52  BNBFeatureIdActionUnitsAntijitter,
53  /** Face skin segmentation */
54  BNBFeatureIdFaceSkin,
55  BNBFeatureIdFaceAttributes,
56  /** Pupillary distance in mm. */
57  BNBFeatureIdPupillaryDistance,
58  BNBFeatureIdFrownDetection,
59  BNBFeatureIdGenderDetect,
60  BNBFeatureIdTeethTone,
61 };