MeiCam SDK For iOS  3.6.1
Properties | List of all members
NvsFaceFeature Class Reference

Face feature detected. More...

#import <NvsHumanDetectionHandle.h>

Inheritance diagram for NvsFaceFeature:

Properties

NSInteger faceId
 Face id, unique for each face. More...
 
CGFloat score
 2D Landmark detection score More...
 
NvsFaceData2DfaceData2D
 2D face data More...
 
NvsFaceData3DfaceData3D
 3D face data More...
 
NSArray * actions
 Face actions. More...
 
NSArray * avatarExpressions
 Avatar expressions. More...
 

Detailed Description

Face feature detected.

Property Documentation

◆ actions

- (NSArray*) actions
readwritenonatomicstrong

Face actions.

◆ avatarExpressions

- (NSArray*) avatarExpressions
readwritenonatomicstrong

Avatar expressions.

◆ faceData2D

- (NvsFaceData2D*) faceData2D
readwritenonatomicstrong

2D face data

◆ faceData3D

- (NvsFaceData3D*) faceData3D
readwritenonatomicstrong

3D face data

◆ faceId

- (NSInteger) faceId
readwritenonatomicassign

Face id, unique for each face.

◆ score

- (CGFloat) score
readwritenonatomicassign

2D Landmark detection score


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