PersonInstance.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include <map>
5 #include <string>
6 
8 
11 
12 namespace armarx::viz
13 {
15  const std::string& name,
16  armarx::viz::Layer& personInstanceLayer,
17  const std::string& prefix);
18 
19 } // namespace armarx::viz
armarx::armem::human::FaceRecognition
Definition: types.h:59
Layer.h
types.h
armarx::viz::addPersonInstanceToLayer
void addPersonInstanceToLayer(const armarx::armem::human::FaceRecognition &faceReco, const std::string &name, armarx::viz::Layer &personInstanceLayer, const std::string &prefix)
Definition: PersonInstance.cpp:12
Segment.h
armarx::viz::Layer
Definition: Layer.h:12
armarx::viz
This file is part of ArmarX.
Definition: ArVizStorage.cpp:416