Banuba SDK
Public Member Functions | Public Attributes | List of all members
bnb::interfaces::process_image_params Struct Referencefinal

Public Member Functions

 process_image_params (bool acne_processing_, std::optional< std::vector<::bnb::interfaces::pixel_rect >> acne_user_areas_, std::optional< std::string > face_data_json_path_)
 

Public Attributes

bool acne_processing
 Set this param to force running of acne processing feature.
 
std::optional< std::vector<::bnb::interfaces::pixel_rect > > acne_user_areas
 User-defined acne areas to mask, rectangles are in input image coordinate space.
 
std::optional< std::string > face_data_json_path
 For internal use, not for clients. More...
 

Detailed Description

Definition at line 18 of file process_image_params.hpp.

Member Data Documentation

◆ face_data_json_path

std::optional<std::string> bnb::interfaces::process_image_params::face_data_json_path

For internal use, not for clients.

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

Definition at line 24 of file process_image_params.hpp.


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