#include "Tools/Module/Module.h"
#include "Representations/Perception/Image.h"
#include "Representations/Perception/CameraMatrix.h"
#include "Representations/Perception/ColorTable.h"
#include "Representations/Perception/LandmarksPercept.h"
#include "Representations/Perception/BallPercept.h"
#include "Representations/Perception/LinesPercept.h"
#include "Representations/Perception/EdgesPercept.h"
#include "Representations/Perception/PlayersPercept.h"
#include "Representations/Perception/ObstaclesPercept.h"
#include "Representations/Perception/SpecialPercept.h"
#include "Representations/Perception/CalibrationRequest.h"
#include "Representations/Cognition/RobotPose.h"
#include "Representations/Cognition/BallModel.h"
#include "Representations/Cognition/PlayerPoseCollection.h"
#include "Representations/Cognition/RobotState.h"
Include dependency graph for ImageProcessor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ImageProcessorInterfaces |
The interfaces of the ImageProcessor module. More... | |
class | ImageProcessor |
The base class for image processors. More... |
Martin Lötzsch
Definition in file ImageProcessor.h.