#include "Tools/ColorClasses.h"
#include "Tools/Math/Geometry.h"
#include "Tools/Debugging/DebugImages.h"
#include "Tools/Debugging/DebugDrawings.h"
#include "Platform/GTAssert.h"
#include "Representations/Perception/LandmarksPercept.h"
#include "VLCImageProcessorTools.h"
#include "VLCGoalRecognizer.h"
Include dependency graph for VLCGoalRecognizer.cpp:

Go to the source code of this file.
Defines | |
| #define | HORIZON_ALIGNED_RECTANGLE(horizoninfo, x1, y1, x2, y2, penwidth, penstyle, pencolor) |
| Macro to draw a rectangle that is given in horizon-aligned coordinates. | |
Enumerations | |
| enum | parameters { minGoalpostHeight = 7, maxScanLengthToGoalpostEdge = 14 } |
| Parameters. More... | |
Functions | |
| Matrix3x3< int > | inverseCovarianceMatrix2 (colorClass goalColor) |
| Function for initialization of const member in EdgeDetector. | |
Definition in file VLCGoalRecognizer.cpp.
|
|
Value: { \
Vector2<int> _topleft = horizoninfo.toImageCoordinates(x1, y1); \
Vector2<int> _bottomleft = horizonInfo.toImageCoordinates(x1, y2); \
Vector2<int> _bottomright = horizoninfo.toImageCoordinates(x2, y2); \
Vector2<int> _topright = horizoninfo.toImageCoordinates(x2, y1); \
QUADRANGLE(imageProcessor_flagsAndGoals, _topleft.x, _topleft.y, _bottomleft.x, _bottomleft.y, _bottomright.x, _bottomright.y, _topright.x, _topright.y, penwidth, penstyle, pencolor); \
}
Definition at line 51 of file VLCGoalRecognizer.cpp. |
|
|
Parameters.
Definition at line 31 of file VLCGoalRecognizer.cpp. |
|
|
Function for initialization of const member in EdgeDetector.
Definition at line 1657 of file VLCGoalRecognizer.cpp. Referenced by VLCGoalRecognizer::EdgeDetector::EdgeDetector(). |
1.3.6