Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBProcessImageParams Class Reference

#import <BNBProcessImageParams.h>

Inheritance diagram for BNBProcessImageParams:

Instance Methods

(nonnull instancetype) - initWithAcneProcessing:acneUserAreas:faceDataJsonPath:
 

Class Methods

(nonnull instancetype) + processImageParamsWithAcneProcessing:acneUserAreas:faceDataJsonPath:
 

Properties

BOOL acneProcessing
 Set this param to force running of acne processing feature. More...
 
NSArray< BNBPixelRect * > * acneUserAreas
 User-defined acne areas to mask, rectangles are in input image coordinate space. More...
 
NSString * faceDataJsonPath
 For internal use, not for clients. More...
 

Detailed Description

Definition at line 7 of file BNBProcessImageParams.h.

Method Documentation

◆ initWithAcneProcessing:acneUserAreas:faceDataJsonPath:

- (nonnull instancetype) initWithAcneProcessing: (BOOL)  acneProcessing
acneUserAreas: (nullable NSArray< BNBPixelRect * > *)  acneUserAreas
faceDataJsonPath: (nullable NSString *)  faceDataJsonPath 

◆ processImageParamsWithAcneProcessing:acneUserAreas:faceDataJsonPath:

+ (nonnull instancetype) processImageParamsWithAcneProcessing: (BOOL)  acneProcessing
acneUserAreas: (nullable NSArray< BNBPixelRect * > *)  acneUserAreas
faceDataJsonPath: (nullable NSString *)  faceDataJsonPath 

Property Documentation

◆ acneProcessing

- (BOOL) acneProcessing
readnonatomicassign

Set this param to force running of acne processing feature.

Definition at line 16 of file BNBProcessImageParams.h.

◆ acneUserAreas

- (NSArray<BNBPixelRect *>*) acneUserAreas
readnonatomicassign

User-defined acne areas to mask, rectangles are in input image coordinate space.

Definition at line 19 of file BNBProcessImageParams.h.

◆ faceDataJsonPath

- (NSString*) faceDataJsonPath
readnonatomicassign

For internal use, not for clients.

Stores path to JSON with face data, to mock frx results

Definition at line 22 of file BNBProcessImageParams.h.


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