Go to the documentation of this file.
16 #import <Foundation/Foundation.h>
28 @property (nonatomic, assign)
int faceId;
42 @property (nonatomic, strong) NSMutableArray *faces;
43 @property (nonatomic, assign)
int faceCount;
45 - (instancetype)initWithCapacity:(
int)capacity;
2D feature point structure.
Definition: NvsFaceFeaturePoint.h:41
int faceId
Face ID.
Definition: NvsFaceFeaturePoint.h:28
NSMutableArray * visibilityArray
Whether the corresponding point is occluded. If it is not occluded, it shows 1.0. 0....
Definition: NvsFaceFeaturePoint.h:30
FaceInfo for 106 points.
Definition: NvsFaceFeaturePoint.h:27
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NSMutableArray * pointsArray
An array of 106 key points of the face.
Definition: NvsFaceFeaturePoint.h:29
A custom parameter structure for video effects.
Definition: NvsArbitraryData.h:29