#include <face_sdk_base/export.h>
#include <memory>
#include <vector>
Go to the source code of this file.
◆ load_data_container()
std::shared_ptr<face_sdk::data_container> FACE_SDK_EXPORT face_sdk::load_data_container |
( |
const std::vector< uint8_t > & |
raw_data | ) |
|
Load a data container from memory.
- Parameters
-
[in] | raw_data | data with saved data_container |
- Exceptions
-
◆ load_data_container_from_file()
std::shared_ptr<face_sdk::data_container> FACE_SDK_EXPORT face_sdk::load_data_container_from_file |
( |
const std::string & |
file_name | ) |
|
Load a data container from file.
- Parameters
-
[in] | file_name | file name with saved data_container |
- Exceptions
-