Banuba SDK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bnb::interfaces::bnb_morph_result Struct Referencefinal

Public Member Functions

 bnb_morph_result (::bnb::full_image_t img_, std::vector< float > landmarks_)
 

Public Attributes

::bnb::full_image_t img
 
std::vector< float > landmarks
 

Detailed Description

Definition at line 16 of file bnb_morph_result.hpp.

Constructor & Destructor Documentation

◆ bnb_morph_result()

bnb::interfaces::bnb_morph_result::bnb_morph_result ( ::bnb::full_image_t img_,
std::vector< float > landmarks_ )
inline

Definition at line 20 of file bnb_morph_result.hpp.

22 : img(std::move(img_))
23 , landmarks(std::move(landmarks_))
24 {}

Member Data Documentation

◆ img

::bnb::full_image_t bnb::interfaces::bnb_morph_result::img

Definition at line 17 of file bnb_morph_result.hpp.

◆ landmarks

std::vector<float> bnb::interfaces::bnb_morph_result::landmarks

Definition at line 18 of file bnb_morph_result.hpp.


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