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   
)

This feature will prepare blurred texture to apply on input image resulting a smoothed skin.

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

Draw NN-generated smile on user face

Nails segmentation and recoloring

Neuro beauty preprocessing

Combined face acne and eyebags removal

Combined face acne and eyebags removal, plus skin smoothing

Hair recoloring in blonde

Activates eyes corrector

Activates lips corrector

Activates brows corrector

Definition at line 6 of file BNBFeatureId.h.

7 {
8  BNBFeatureIdFrx,
9  BNBFeatureIdActionUnits,
10  BNBFeatureIdBackground,
11  BNBFeatureIdHair,
12  BNBFeatureIdEyes,
13  BNBFeatureIdSkin,
14  BNBFeatureIdFace,
15  BNBFeatureIdFaceSkin,
16  BNBFeatureIdLips,
17  BNBFeatureIdLipsShine,
18  BNBFeatureIdOcclussion,
19  BNBFeatureIdGlasses,
20  BNBFeatureIdAcne,
21  BNBFeatureIdHandSkelet,
22  BNBFeatureIdFrameBrightness,
23  BNBFeatureIdEyeBags,
24  BNBFeatureIdFaceAcne,
25  BNBFeatureIdRuler,
26  BNBFeatureIdHairStrand,
27  BNBFeatureIdPoseEstimation,
28  BNBFeatureIdRing,
29  /**
30  * This feature will prepare blurred texture to apply on
31  * input image resulting a smoothed skin.
32  */
33  BNBFeatureIdSkinSmoothing,
34  /** Body segmentation. I.e. bodies detection on the frame. */
35  BNBFeatureIdBody,
36  /** Draw NN-generated smile on user face */
37  BNBFeatureIdCreepySmile,
38  /** Nails segmentation and recoloring */
39  BNBFeatureIdNails,
40  /** Neuro beauty preprocessing */
41  BNBFeatureIdBeautyPreproc,
42  /** Combined face acne and eyebags removal */
43  BNBFeatureIdAcneEyebags,
44  /** Combined face acne and eyebags removal, plus skin smoothing */
45  BNBFeatureIdAcneEyebagsSkinSmoothing,
46  BNBFeatureIdHandGestures,
47  /** Hair recoloring in blonde */
48  BNBFeatureIdHairRecolor,
49  BNBFeatureIdTexturedNails,
50  /** Activates eyes corrector */
51  BNBFeatureIdEyesCorrection,
52  /** Activates lips corrector */
53  BNBFeatureIdLipsCorrection,
54  /** Activates brows corrector */
55  BNBFeatureIdBrowsCorrection,
56 };