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

2D face data. More...

#import <NvsHumanDetectionHandle.h>

Inheritance diagram for NvsFaceData2D:

Properties

NvsRect bbox
 Face bounding box. More...
 
NSArray< NvsDetectionPosition2D * > * points
 2d face landmarks, which is in normalized coordinate system. More...
 
NSArray * visibilities
 Landmark visibilities, which describes the confidence of each landmark. More...
 
CGFloat yaw
 Horizontal angle, negative for left and positive for right. More...
 
CGFloat pitch
 Pitching angle, positive for down and negative for up. More...
 
CGFloat roll
 Rotation angle, negative for left and positive for right. More...
 

Detailed Description

2D face data.

Property Documentation

◆ bbox

- (NvsRect) bbox
readwritenonatomicassign

Face bounding box.

◆ pitch

- (CGFloat) pitch
readwritenonatomicassign

Pitching angle, positive for down and negative for up.

◆ points

- (NSArray<NvsDetectionPosition2D *>*) points
readwritenonatomicstrong

2d face landmarks, which is in normalized coordinate system.

◆ roll

- (CGFloat) roll
readwritenonatomicassign

Rotation angle, negative for left and positive for right.

◆ visibilities

- (NSArray*) visibilities
readwritenonatomicstrong

Landmark visibilities, which describes the confidence of each landmark.

◆ yaw

- (CGFloat) yaw
readwritenonatomicassign

Horizontal angle, negative for left and positive for right.


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