#include "Representations/Perception/Image.h"
#include "Representations/Perception/ColorTable64.h"
#include "Representations/Perception/CameraMatrix.h"
#include "Representations/Perception/LandmarksPercept.h"
#include "Tools/FieldDimensions.h"
#include "Tools/RingBuffer.h"
#include "Tools/Math/Vector2.h"
#include "Modules/ImageProcessor/ImageProcessorTools/ColorCorrector.h"
#include "SlamImageProcessorTools.h"
#include "SlamBeaconDetector.h"
#include "Representations/Perception/SlamPercept.h"
Include dependency graph for SlamBeaconDetector.cpp:
Go to the source code of this file.
Defines | |
| #define | slamPercept (*(SlamPercept *)specialPercept.slamData) |
| #define | MIN_SIMILARITY 0.65 |
Functions | |
| const int | Y (0) |
| const int | U (cameraResolutionWidth_ERS7) |
| const int | V (2 *cameraResolutionWidth_ERS7) |
| Relative offset of V component. | |
Definition in file SlamBeaconDetector.cpp.
|
|
Definition at line 28 of file SlamBeaconDetector.cpp. |
|
|
Definition at line 30 of file SlamBeaconDetector.cpp. Referenced by SlamBeaconDetector::findSpecial(). |
|
|
|
|
|
|
|
|
Relative offset of V component.
|
1.3.6