![]() |
SmartFace Embedded Toolkit
4.2.1
|
#include "sfe_toolkit/sfe_core.h"#include "sfe_toolkit/sfe_iris.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 | |
| SFEIrisTemplate | extract_template (std::string image_path, SFESolver &detector_solver, SFESolver &template_solver) |
| void | printHelp () |
| int | main (int argc, char *argv[]) |
| Main fuction is used to parse command line arguments. | |
Variables | |
| std::string | image_match = "assets/iris/iris1_1.png" |
| std::string | image_probe = "assets/iris/iris1_0.png" |
| std::string | image_non_match = "assets/iris/iris0.png" |
| std::string | solver_iris_detect = SOLVER_IRIS_DETECT |
| Solvers to use in example, the defaults are filled in by CMake. | |
| std::string | solver_iris_template = SOLVER_IRIS_TEMPLATE |
| const auto | SOLVER_PARAMETERS = std::vector<SFESolverParameter>{} |
| float | identification_threshold = 0.6f |
| SFEIrisTemplate extract_template | ( | std::string | image_path, |
| SFESolver & | detector_solver, | ||
| SFESolver & | template_solver | ||
| ) |
[Iris Detect]
[Iris Detect]
[Iris Template Extract]
[Iris Template Extract]
Definition at line 30 of file example_iris_identify.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main fuction is used to parse command line arguments.
[Iris Template Version]
[Iris Template Version]
[Iris Template Quality]
[Iris Template Quality]
[Iris Template Identify]
[Iris Template Identify]
[Iris Template Match]
[Iris Template Match]
Definition at line 89 of file example_iris_identify.cpp.
| void printHelp | ( | ) |
Definition at line 76 of file example_iris_identify.cpp.
| float identification_threshold = 0.6f |
Definition at line 28 of file example_iris_identify.cpp.
| std::string image_match = "assets/iris/iris1_1.png" |
Definition at line 18 of file example_iris_identify.cpp.
| std::string image_non_match = "assets/iris/iris0.png" |
Definition at line 20 of file example_iris_identify.cpp.
| std::string image_probe = "assets/iris/iris1_0.png" |
Definition at line 19 of file example_iris_identify.cpp.
| std::string solver_iris_detect = SOLVER_IRIS_DETECT |
Solvers to use in example, the defaults are filled in by CMake.
Definition at line 23 of file example_iris_identify.cpp.
| std::string solver_iris_template = SOLVER_IRIS_TEMPLATE |
Definition at line 24 of file example_iris_identify.cpp.
| const auto SOLVER_PARAMETERS = std::vector<SFESolverParameter>{} |
Definition at line 26 of file example_iris_identify.cpp.