3DiVi Face SDK
3.24.1
|
Classes | |
class | face_sdk.modules.template.Template |
Interface object for saving the face template. More... | |
Functions | |
def | face_sdk.modules.template.Template.get_method_name |
Get a method name. More... | |
def | face_sdk.modules.template.Template.save |
Save the template to binary_stream. More... | |
def face_sdk.modules.template.Template.get_method_name | ( | self, | |
str | |||
) |
Get a method name.
Thread-safe.
def face_sdk.modules.template.Template.save | ( | self, | |
binary_stream | |||
) |
Save the template to binary_stream.
The format is platform-independent. Thread-safe.
[in] | binary_stream | Output stream object for saving the template. The file stream (std::ifstream) must be opened with the set std::ios_base::binary flag. |