24 #ifndef __FIREVISION_MODELS_GLOBAL_POSITION_OMNI_GLOBAL_H_ 25 #define __FIREVISION_MODELS_GLOBAL_POSITION_OMNI_GLOBAL_H_ 27 #include <fvmodels/global_position/globalpositionmodel.h> 45 virtual float get_x()
const;
46 virtual float get_y()
const;
Omni vision global position model.
virtual float get_x() const
Get global x coordinate of object.
virtual void set_position_in_image(unsigned int x, unsigned int y)
Set the position of the object as recognized in the image.
virtual bool is_pos_valid() const
Check if the position is valid.
virtual float get_y() const
Get global y coordinate of object.
virtual void set_robot_position(float x, float y, float ori)
Set the global position of the object.
OmniGlobal(MirrorModel *mirror_model)
Constructor.
Global Position Model Interface.
virtual void calc()
Calculate position.