#ifndef PERCEPTIONOUTPUT_H #define PERCEPTIONOUTPUT_H namespace iv { namespace Perception { class Point3f { public: float x; float y; float z; }; class Point2f { public: float x; float y; }; class PerceptionOutput { public: PerceptionOutput(); Point3f location; /**= width*/ Point3f nearest_point; /**