human.hpp
human(const json::const_iterator &human_it)
Constructor using json for modern C++
float top_left_y
coordinate y of the top left corner
Definition: human.hpp:21
float bottom_right_y
coordinate y of the bottom right corner
Definition: human.hpp:25
json::object_t to_json() const
Definition: asio_handler.hpp:14
void down_right_point(const json::const_iterator &coord_it)
Method to find component down_right_point in json data.
float top_left_x
coordinate x of the top left corner
Definition: human.hpp:19
float bottom_right_x
coordinate x of the bottom right corner
Definition: human.hpp:23
void up_left_point(const json::const_iterator &coord_it)
Method to find component up_left_point in json data.