
Just a source of Images. More...
#include <Robots/LoBot/io/LoImageSource.H>


Public Member Functions | |
| virtual void | update ()=0 |
| Image< pixel_type > | getImage () const |
| GrayImage | getImageGray () const |
| virtual Dims | getImageSize () const |
Protected Attributes | |
| Image< pixel_type > | m_image |
| GrayImage | m_image_gray |
Just a source of Images.
This class serves as an interface for image sources and is meant to be used by lobot::ImageDrawable and lobot::LocustModel. The lobot::LocustModel class uses this one via the lobot::InputSource encapsulation.
Definition at line 68 of file LoImageSource.H.
1.6.3