PersonInstance.h
Go to the documentation of this file.
1#pragma once
2
3
4#include <string>
5
7
9
10namespace armarx::viz
11{
12 void addPersonInstanceToLayer(const armarx::armem::human::FaceRecognition& faceReco,
13 const std::string& name,
14 armarx::viz::Layer& personInstanceLayer,
15 const std::string& prefix);
16
17 void addPersonInstanceToLayer(const armarx::armem::human::PersonInstance& personInstance,
18 const std::string& name,
19 armarx::viz::Layer& personInstanceLayer,
20 const std::string& prefix);
21
22} // namespace armarx::viz
This file is part of ArmarX.
void addPersonInstanceToLayer(const armarx::armem::human::FaceRecognition &faceReco, const std::string &name, armarx::viz::Layer &personInstanceLayer, const std::string &prefix)