MeiCam SDK For iOS  3.10.1
Properties | List of all members
NvsFaceInfo Class Reference

FaceInfo for 106 points. More...

#import <NvsFaceFeaturePoint.h>

Inheritance diagram for NvsFaceInfo:

Properties

int faceId
 Face ID. More...
 
NSMutableArray * pointsArray
 An array of 106 key points of the face. More...
 
NSMutableArray * visibilityArray
 Whether the corresponding point is occluded. If it is not occluded, it shows 1.0. 0.0 means occlusion. More...
 

Detailed Description

FaceInfo for 106 points.

Property Documentation

◆ faceId

- (int) faceId
readwritenonatomicassign

Face ID.

◆ pointsArray

- (NSMutableArray*) pointsArray
readwritenonatomicstrong

An array of 106 key points of the face.

◆ visibilityArray

- (NSMutableArray*) visibilityArray
readwritenonatomicstrong

Whether the corresponding point is occluded. If it is not occluded, it shows 1.0. 0.0 means occlusion.


The documentation for this class was generated from the following file: