![]() |
SmartFace Embedded Toolkit
4.2.1
|
#include "sfe_toolkit/sfe_core.h"#include "sfe_toolkit/sfe_palm.h"#include <regex>#include <vector>#include <iomanip>#include <sstream>#include "annotate.hpp"#include "solvers.h"#include "utils.hpp"#include <unordered_map>Go to the source code of this file.
Functions | |
| SFEPalmTemplate | extract_template (std::string image_path, SFESolver &detector_solver, SFESolver &landmarks_solver, SFESolver &extraction_solver) |
| void | printHelp () |
| int | main (int argc, char *argv[]) |
| Main fuction is used to parse command line arguments. | |
Variables | |
| std::string | image_match = "assets/palm/palm_id1_r1.jpg" |
| std::string | image_probe = "assets/palm/palm_id1_r2.jpg" |
| std::string | image_non_match = "assets/palm/palm_id2_l1.jpg" |
| std::string | solver_palm_detect = SOLVER_PALM_DETECT |
| Solvers to use in example, the defaults are filled in by CMake. | |
| std::string | solver_palm_extraction = SOLVER_PALM_EXTRACTION |
| std::string | solver_palm_landmarks = SOLVER_PALM_DETECT |
| const auto | SOLVER_PARAMETERS = std::vector<SFESolverParameter>{} |
| float | identification_threshold = 0.6f |
| SFEPalmTemplate extract_template | ( | std::string | image_path, |
| SFESolver & | detector_solver, | ||
| SFESolver & | landmarks_solver, | ||
| SFESolver & | extraction_solver | ||
| ) |
[Palm Detect]
[Palm Detect]
[Palm Landmarks]
[Palm Landmarks]
[Palm Template Extract]
[Palm Template Extract]
Definition at line 33 of file example_palm_identify.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main fuction is used to parse command line arguments.
[Palm Template Version]
[Palm Template Version]
[Palm Template Identify]
[Palm Template Identify]
[Palm Template Match]
[Palm Template Match]
Definition at line 104 of file example_palm_identify.cpp.
| void printHelp | ( | ) |
Definition at line 90 of file example_palm_identify.cpp.
| float identification_threshold = 0.6f |
Definition at line 31 of file example_palm_identify.cpp.
| std::string image_match = "assets/palm/palm_id1_r1.jpg" |
Definition at line 18 of file example_palm_identify.cpp.
| std::string image_non_match = "assets/palm/palm_id2_l1.jpg" |
Definition at line 20 of file example_palm_identify.cpp.
| std::string image_probe = "assets/palm/palm_id1_r2.jpg" |
Definition at line 19 of file example_palm_identify.cpp.
| std::string solver_palm_detect = SOLVER_PALM_DETECT |
Solvers to use in example, the defaults are filled in by CMake.
Definition at line 23 of file example_palm_identify.cpp.
| std::string solver_palm_extraction = SOLVER_PALM_EXTRACTION |
Definition at line 24 of file example_palm_identify.cpp.
| std::string solver_palm_landmarks = SOLVER_PALM_DETECT |
Definition at line 27 of file example_palm_identify.cpp.
| const auto SOLVER_PARAMETERS = std::vector<SFESolverParameter>{} |
Definition at line 29 of file example_palm_identify.cpp.