MeiCam SDK For iOS  3.10.1
Instance Methods | Properties | List of all members
NvsFaceFeaturePoint Class Reference

2D feature point structure. More...

#import <NvsFaceFeaturePoint.h>

Inheritance diagram for NvsFaceFeaturePoint:
NvsArbitraryData

Instance Methods

(instancetype) - initWithCapacity:
 

Properties

NSMutableArray * faces
 The information of face which detected. More...
 
int faceCount
 The count of faces which detected. More...
 

Detailed Description

2D feature point structure.

Method Documentation

◆ initWithCapacity:

- (instancetype) initWithCapacity: (int)  capacity

Property Documentation

◆ faceCount

- (int) faceCount
readwritenonatomicassign

The count of faces which detected.

◆ faces

- (NSMutableArray*) faces
readwritenonatomicstrong

The information of face which detected.


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