Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
|
SDK version information routines.
Go to the source code of this file.
Classes | |
struct | fsdk::Version |
Namespaces | |
namespace | fsdk |
SDK namespace. | |
Functions | |
bool | fsdk::operator< (Version lhs, Version rhs) noexcept |
Check if one version is less than another. | |
bool | fsdk::operator== (Version lhs, Version rhs) noexcept |
Check if versions are equal. | |
bool | fsdk::operator!= (Version lhs, Version rhs) noexcept |
Check if versions are not equal. | |
FSDK_API Version | fsdk::getVersion () noexcept |
Get FaceEngine version. | |
FSDK_API const char * | fsdk::getVersionHash () noexcept |
Get FaceEngine commit hash. | |
FSDK_API const char * | fsdk::getVersionString () noexcept |
Get FaceEngine version string. | |
FSDK_API const char * | fsdk::getBuildInfo () noexcept |
Get FaceEngine build description. The descripton contains used flags and compler settings. |
SDK version information routines.