Collaboration diagram for VLCGoalRecognizer::GoalHypothesis:

Public Member Functions | |
| GoalHypothesis () | |
| Constructs an empty GoalHypothesis with default values. | |
Public Attributes | |
| Goalpost | goalpost [2] |
| The left and right goalpost. | |
| Vector2< int > | crossBarEndpoint |
| Right end of cross bar. | |
| Vector2< double > | crossBarEndpointH |
| int | width |
| Goal width. | |
| int | height |
| Goal height (the maximum of the goalpost heights). | |
| bool | onGreen |
| There is green below the goal hypthesis. | |
Definition at line 480 of file VLCGoalRecognizer.h.
|
|
Constructs an empty GoalHypothesis with default values.
Definition at line 483 of file VLCGoalRecognizer.h. |
|
|
The left and right goalpost.
Definition at line 486 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::detectFreePartOfGoal(), and VLCGoalRecognizer::interpretResults(). |
|
|
Right end of cross bar.
Definition at line 489 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), and VLCGoalRecognizer::scanCrossBar(). |
|
|
Definition at line 490 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::interpretResults(), and VLCGoalRecognizer::scanCrossBar(). |
|
|
Goal width.
Definition at line 493 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::detectFreePartOfGoal(), and VLCGoalRecognizer::interpretResults(). |
|
|
Goal height (the maximum of the goalpost heights).
Definition at line 496 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), and VLCGoalRecognizer::mergeFragments(). |
|
|
There is green below the goal hypthesis.
Definition at line 499 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(). |
1.3.6