Definition at line 16 of file bnb_morph_result.hpp.
◆ 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 {}
◆ img
◆ landmarks
std::vector<float> bnb::interfaces::bnb_morph_result::landmarks |
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/renderer_common/bnb/renderer_common/interfaces/bnb_morph_result.hpp