Banuba SDK
|
Holds recognition result from an external source (ARKit, ARCore, etc.) More...
#include <external_face_data.hpp>
Public Member Functions | |
external_face_data (std::vector< float > vertices_, std::vector< float > model_mat_, std::vector< float > view_mat_, std::vector< float > proj_mat_, std::vector< float > landmarks_, std::vector< bool > landmarks_mask_, std::vector< float > landmarks_brows_, std::vector< float > latents_) | |
Public Attributes | |
std::vector< float > | vertices |
std::vector< float > | model_mat |
std::vector< float > | view_mat |
std::vector< float > | proj_mat |
std::vector< float > | landmarks |
std::vector< bool > | landmarks_mask |
std::vector< float > | landmarks_brows |
std::vector< float > | latents |
Holds recognition result from an external source (ARKit, ARCore, etc.)
Definition at line 16 of file external_face_data.hpp.
|
inline |
Definition at line 26 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::landmarks |
Definition at line 21 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::landmarks_brows |
Definition at line 23 of file external_face_data.hpp.
std::vector<bool> bnb::interfaces::external_face_data::landmarks_mask |
Definition at line 22 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::latents |
Definition at line 24 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::model_mat |
Definition at line 18 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::proj_mat |
Definition at line 20 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::vertices |
Definition at line 17 of file external_face_data.hpp.
std::vector<float> bnb::interfaces::external_face_data::view_mat |
Definition at line 19 of file external_face_data.hpp.