1 #ifndef KINECT_INTERPRETER_HPP 2 #define KINECT_INTERPRETER_HPP 4 #include "ISensorInterpreter.hpp" 36 std::vector<Object> objects;
A class responsible for reading and interpreting the Kinect data.
Definition: KinectInterpreter.hpp:14
std::vector< Object > get_objects(const HLR::Vision::CupDetection &) override
A function for creating all the HLR::PointCloud::Objects which the device sees.
Collection of detected cups Collection of detected cups where the location of the cups is described i...
Definition: ICupDetector.hpp:17
An abstract class responsible for reading and interpreting the data from a device interpreting the wo...
Definition: ISensorInterpreter.hpp:16