![]() |
SmartFace Embedded Toolkit
4.2.1
|
#include "sfe_toolkit/sfe_core.h"#include "sfe_toolkit/sfe_face.h"#include "annotate.hpp"#include "solvers.h"#include "utils.hpp"#include <iomanip>#include <iostream>#include <sstream>#include <unordered_map>#include <vector>Go to the source code of this file.
Functions | |
| void | printHelp () |
| int | main (int argc, char *argv[]) |
Variables | |
| std::string | image_probe = "assets/face/images/obiwan0.png" |
| std::string | solver_face_detect = SOLVER_FACE_DETECT |
| Solvers to use in example, the defaults are filled in by CMake. | |
| std::string | solver_face_landmarks = SOLVER_FACE_LANDMARKS |
| std::string | solver_face_demographic = SOLVER_FACE_DEMOGRAPHIC_ATTRIBUTES |
| const auto | SOLVER_PARAMETERS = std::vector<SFESolverParameter>{} |
| size_t | face_size_min = 28 |
| Required size of the face to be detected. | |
| size_t | face_size_max = 170 |
| float | detection_threshold = 0.1f |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[Image Load]
[Image Load]
[Face Detect]
[Face Detect]
[Face Landmarks]
[Face Landmarks]
[Face Demographic Attributes]
[Face Demographic Attributes]
Definition at line 46 of file example_face_demographic_attributes.cpp.
| void printHelp | ( | ) |
Definition at line 33 of file example_face_demographic_attributes.cpp.
| float detection_threshold = 0.1f |
Definition at line 31 of file example_face_demographic_attributes.cpp.
| size_t face_size_max = 170 |
Definition at line 29 of file example_face_demographic_attributes.cpp.
| size_t face_size_min = 28 |
Required size of the face to be detected.
Definition at line 28 of file example_face_demographic_attributes.cpp.
| std::string image_probe = "assets/face/images/obiwan0.png" |
Definition at line 18 of file example_face_demographic_attributes.cpp.
| std::string solver_face_demographic = SOLVER_FACE_DEMOGRAPHIC_ATTRIBUTES |
Definition at line 23 of file example_face_demographic_attributes.cpp.
| std::string solver_face_detect = SOLVER_FACE_DETECT |
Solvers to use in example, the defaults are filled in by CMake.
Definition at line 21 of file example_face_demographic_attributes.cpp.
| std::string solver_face_landmarks = SOLVER_FACE_LANDMARKS |
Definition at line 22 of file example_face_demographic_attributes.cpp.
| const auto SOLVER_PARAMETERS = std::vector<SFESolverParameter>{} |
Definition at line 25 of file example_face_demographic_attributes.cpp.