#include <SlamGoalRecognizer.h>
Collaboration diagram for SlamGoalRecognizer::ColoredPartsCheck:

Public Types | |
| enum | { maxNumberOfParts = 20 } |
Public Member Functions | |
| ColoredPartsCheck () | |
| bool | determineLargePart (int size, bool beginIsOnBorder, bool endIsOnBorder, CameraMatrix cameraMatrix, CameraInfo cameraInfo) |
Public Attributes | |
| Vector2< int > | firstPoint |
| Vector2< int > | lastPoint |
| int | rangeOfColor |
| int | numberOfColoredPixels |
| int | numberOfLargeParts |
| int | sizeOfLargePart [maxNumberOfParts] |
| Vector2< int > | largePartBegin [maxNumberOfParts] |
| Vector2< int > | largePartEnd [maxNumberOfParts] |
| Vector2< double > | largePartBeginAngles [maxNumberOfParts] |
| Vector2< double > | largePartEndAngles [maxNumberOfParts] |
| bool | largePartBeginIsOnBorder [maxNumberOfParts] |
| bool | largePartEndIsOnBorder [maxNumberOfParts] |
|
|
Definition at line 46 of file SlamGoalRecognizer.h. |
|
|
Definition at line 57 of file SlamGoalRecognizer.h. |
|
||||||||||||||||||||||||
|
Definition at line 62 of file SlamGoalRecognizer.h. References Geometry::calculateAnglesForPoint(), LINE, Vector2< int >::x, and Vector2< int >::y. Referenced by SlamGoalRecognizer::scanHorizontalForGoals(), and SlamGoalRecognizer::scanLinesForGoals(). |
Here is the call graph for this function:

|
|
Definition at line 41 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanHorizontalForGoals(), and SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 42 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanHorizontalForGoals(), and SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 43 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanHorizontalForGoals(), and SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 44 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanHorizontalForGoals(), and SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 48 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanHorizontalForGoals(), and SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 49 of file SlamGoalRecognizer.h. |
|
|
Definition at line 50 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 51 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 52 of file SlamGoalRecognizer.h. |
|
|
Definition at line 53 of file SlamGoalRecognizer.h. |
|
|
Definition at line 54 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanLinesForGoals(). |
|
|
Definition at line 55 of file SlamGoalRecognizer.h. Referenced by SlamGoalRecognizer::scanLinesForGoals(). |
1.3.6