#include "Modules/ImageProcessor/ImageProcessor.h"
#include "Modules/ImageProcessor/ImageProcessorTools/ImageProcessorUtilityClasses.h"
#include "Modules/ImageProcessor/ImageProcessorTools/BresenhamLineScan.h"
#include "Modules/ImageProcessor/ImageProcessorTools/ColorCorrector.h"
Include dependency graph for VLCGoalRecognizer.h:

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

Go to the source code of this file.
Classes | |
| class | VLCGoalRecognizer |
| TODO: Write Summary. More... | |
| class | VLCGoalRecognizer::EdgeDetector |
| TODO: Write Summary. More... | |
| struct | VLCGoalRecognizer::EdgePointList |
| TODO: Write Summary. More... | |
| struct | VLCGoalRecognizer::Goalpost |
| struct | VLCGoalRecognizer::GoalHypothesis |
| TODO: Write Summary. More... | |
Defines | |
| #define | STUPID_DEBUG_IMAGE_SET_PIXEL(targetcolor, x, y, drawcolor) |
| Macro to handle the stupid problem, that the DEBUG_IMAGE_SET_PIXEL_xxx macros need the debug image identifier at compile time. | |
| #define | N_STUPID_DEBUG_IMAGE_SET_PIXEL(targetcolor, x, y, drawcolor) |
Definition in file VLCGoalRecognizer.h.
|
|
Value: if (targetcolor == yellow) \ { \ DEBUG_IMAGE_SET_PIXEL_##drawcolor(imageProcessorGoal1, (x), (y)); \ } \ else \ { \ DEBUG_IMAGE_SET_PIXEL_##drawcolor(imageProcessorGoal2, (x), (y)); \ } There are two instances of this class, and one of them uses imageProcessorGoal1 and the other imageProcessorGoal2.
Definition at line 26 of file VLCGoalRecognizer.h. |
|
|
Value: if (targetcolor == yellow) \ { \ N_SET_COLORED_PIXEL_IN_GRAY_SCALE_IMAGE(goalRecognizerYellow, (x), (y), (drawcolor)); \ } \ else \ { \ N_SET_COLORED_PIXEL_IN_GRAY_SCALE_IMAGE(goalRecognizerBlue, (x), (y), (drawcolor)); \ } Definition at line 36 of file VLCGoalRecognizer.h. |
1.3.6