#include "VLCTypes.h"
#include "Tools/Debugging/DebugDrawings.h"
#include "Tools/Math/Geometry.h"
#include "Tools/List.h"
#include "Tools/Debugging/DebugImages.h"
#include "Representations/Perception/ColorTable.h"
#include "Representations/Perception/Image.h"
#include "Representations/Perception/CameraMatrix.h"
#include "Representations/Perception/BallPercept.h"
#include "Representations/Perception/LinesPercept.h"
#include "Representations/Perception/PlayersPercept.h"
#include "Representations/Perception/MSHSinglePlayerPercept.h"
#include "Modules/ImageProcessor/ImageProcessorTools/ColorCorrector.h"
#include "Modules/ImageProcessor/ImageProcessorTools/BresenhamLineScan.h"
#include "Modules/ImageProcessor/ImageProcessorTools/ImageProcessorUtilityClasses.h"
#include "VLCImageProcessorTools.h"
#include "VLCClustering.h"
#include "VLCColorSpace.h"
Include dependency graph for VLCRobotSpecialist.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | RobotCandidate |
| struct | CandidateCluster |
| class | VLCRobotSpecialist |
| The RobotSpecialist finds other robots in an image. More... | |
Defines | |
| #define | RS_FOOT_THRESHOLD 8 |
| #define | RS_FOOT_GRADIENT 5 |
| #define | RS_NUM_SCAN_LINES 30.0 |
| #define | RS_NO_GREEN_PIXEL_THRESHOLD 5 |
| #define | RS_NGP_TH_START 10 |
| #define | RS_NGP_TH_STOP 2 |
| #define | RS_NUM_CANDIDATES 256 |
Definition in file VLCRobotSpecialist.h.
|
|
Definition at line 55 of file VLCRobotSpecialist.h. |
|
|
Definition at line 56 of file VLCRobotSpecialist.h. |
|
|
Definition at line 57 of file VLCRobotSpecialist.h. |
|
|
Definition at line 59 of file VLCRobotSpecialist.h. |
|
|
Definition at line 60 of file VLCRobotSpecialist.h. |
|
|
Definition at line 61 of file VLCRobotSpecialist.h. |
|
|
Definition at line 63 of file VLCRobotSpecialist.h. |
1.3.6