5 #ifndef __RD_PROCESSOR_IMAGE_EVENT_LISTENER_HPP__
6 #define __RD_PROCESSOR_IMAGE_EVENT_LISTENER_HPP__
12 #include "ImageManager.hpp"
13 #include "ImageEventListener.hpp"
14 #include "MentalMap.hpp"
38 bool isInteger(
const std::string & s)
const;
43 bool cameraInitialized;
44 unsigned char* rimage;
46 zbar::ImageScanner scanner;
53 #endif // __RD_PROCESSOR_IMAGE_EVENT_LISTENER_HPP__
Mental map is a repository for information about the players, targets and weapons.
Definition: MentalMap.hpp:38
Interface for objects that can be notified of events related to images.
Definition: ImageEventListener.hpp:21
The main, catch-all namespace for Robot Devastation.
Definition: groups.dox:4
ProcessorImageEventListener used for processing.
Definition: ProcessorImageEventListener.hpp:28
virtual bool onImageArrived(ImageManager *manager)
This function will be called whenever a image arrives to the ImageManager.
Definition: ProcessorImageEventListener.cpp:41
Generic image input manager.
Definition: ImageManager.hpp:39