![]() |
SmartFace Embedded Toolkit
4.2.1
|
#include <algorithm>#include <iomanip>#include <sstream>#include <vector>#include <sfe_toolkit/sfe_core.h>#include <sfe_toolkit/sfe_tattoo.h>#include "annotate.hpp"#include "solvers.h"#include "utils.hpp"#include "optional"Go to the source code of this file.
Functions | |
| int | main () |
Variables | |
| const auto | SOLVER_PARAMETERS |
| std::string | image_path = "assets/tattoo/tattoo_0.png" |
| std::optional< std::string > | solver = std::nullopt |
| int main | ( | ) |
[Tattoo Detect]
[Tattoo Detect]
Definition at line 26 of file example_tattoo_detect.cpp.
| std::string image_path = "assets/tattoo/tattoo_0.png" |
Definition at line 19 of file example_tattoo_detect.cpp.
| std::optional<std::string> solver = std::nullopt |
Definition at line 23 of file example_tattoo_detect.cpp.
| const auto SOLVER_PARAMETERS |
Definition at line 15 of file example_tattoo_detect.cpp.