noos::object::person Struct Reference
describes a face coordinate, the label and the confidence of the result More...
#include <person.hpp>
Public Member Functions | |
| person (const json::const_iterator &face_it) | |
Constructor using json for modern C++ | |
| json::object_t | to_json () const |
| bool | operator== (const person &rhs) const |
| Equality operator. | |
Public Attributes | |
| face | face_rect |
| rectangle which contains the face | |
| float | confidence |
| confidence of the result | |
| std::string | name |
| name | |
| int | label |
| label | |
Detailed Description
describes a face coordinate, the label and the confidence of the result
- Version
- 0.8.0
- Date
- 13.09.2017
Collaboration diagram for noos::object::person:

Member Function Documentation
| json::object_t noos::object::person::to_json | ( | ) | const |
- Returns
- json object
The documentation for this struct was generated from the following file:
- noos/objects/person.hpp
