Banuba SDK
Instance Methods | Class Methods | List of all members
BNBFaceData Class Reference

#import <BNBFaceData.h>

Inheritance diagram for BNBFaceData:

Instance Methods

(nonnull NSArray< NSNumber * > *) - getLandmarks
 
(void) - setLandmarks:
 
(nonnull NSArray< NSNumber * > *) - getLatents
 
(void) - setLatents:
 
(nonnull NSArray< NSNumber * > *) - getVertices
 
(void) - setVertices:
 
(nonnull NSArray< NSNumber * > *) - getEarsLandmarks
 
(void) - setEarsLandmarks:
 
(nonnull NSArray< NSNumber * > *) - getEarsLatents
 
(void) - setEarsLatents:
 
(nonnull NSArray< NSNumber * > *) - getBrowsLms
 
(void) - setBrowsLms:
 
(nonnull BNBCameraPosition *) - getCameraPosition
 
(void) - setCameraPosition:
 
(nonnull NSArray< NSNumber * > *) - getEmbeddings
 filled when face_match feature is enabled More...
 
(BOOL) - hasFace
 
(nonnull BNBPixelRect *) - getFaceRect
 
(void) - setFaceRect:
 
(BNBGender) - getGender
 
(void) - setGender:
 

Class Methods

(nullable BNBFaceData *) + create
 

Detailed Description

Definition at line 17 of file BNBFaceData.h.

Method Documentation

◆ create

+ (nullable BNBFaceData *) create

◆ getBrowsLms

- (nonnull NSArray<NSNumber *> *) getBrowsLms

◆ getCameraPosition

- (nonnull BNBCameraPosition *) getCameraPosition

◆ getEarsLandmarks

- (nonnull NSArray<NSNumber *> *) getEarsLandmarks

◆ getEarsLatents

- (nonnull NSArray<NSNumber *> *) getEarsLatents

◆ getEmbeddings

- (nonnull NSArray<NSNumber *> *) getEmbeddings

filled when face_match feature is enabled

◆ getFaceRect

- (nonnull BNBPixelRect *) getFaceRect

◆ getGender

- (BNBGender) getGender

◆ getLandmarks

- (nonnull NSArray<NSNumber *> *) getLandmarks

◆ getLatents

- (nonnull NSArray<NSNumber *> *) getLatents

◆ getVertices

- (nonnull NSArray<NSNumber *> *) getVertices

◆ hasFace

- (BOOL) hasFace

◆ setBrowsLms:

- (void) setBrowsLms: (nonnull NSArray< NSNumber * > *)  lms

◆ setCameraPosition:

- (void) setCameraPosition: (nonnull BNBCameraPosition *)  cam

◆ setEarsLandmarks:

- (void) setEarsLandmarks: (nonnull NSArray< NSNumber * > *)  lms

◆ setEarsLatents:

- (void) setEarsLatents: (nonnull NSArray< NSNumber * > *)  lats

◆ setFaceRect:

- (void) setFaceRect: (nonnull BNBPixelRect *)  rect

◆ setGender:

- (void) setGender: (BNBGender)  g

◆ setLandmarks:

- (void) setLandmarks: (nonnull NSArray< NSNumber * > *)  lms

◆ setLatents:

- (void) setLatents: (nonnull NSArray< NSNumber * > *)  lats

◆ setVertices:

- (void) setVertices: (nonnull NSArray< NSNumber * > *)  verts

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