Inheritance diagram for GT2005GoalRecognizer::GoalHypothesis:


Public Member Functions | |
| GoalHypothesis () | |
| Constructs an empty GoalHypothesis with default values. | |
| virtual void | serialize (In *in, Out *out) |
| Streaming operators. | |
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 | crossBarInImage |
| Cross bar is in image -> if true, height cannot be determined. | |
| bool | onGreen |
| There is green below the goal hypthesis. | |
Definition at line 489 of file GT2005GoalRecognizer.h.
|
|
Constructs an empty GoalHypothesis with default values.
Definition at line 492 of file GT2005GoalRecognizer.h. |
|
||||||||||||
|
Streaming operators.
Implements Streamable. Definition at line 516 of file GT2005GoalRecognizer.h. References crossBarInImage, goalpost, STREAM, STREAM_REGISTER_BEGIN, and STREAM_REGISTER_FINISH. |
|
|
The left and right goalpost.
Definition at line 495 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::analyzeGoal(), GT2005GoalRecognizer::detectFreePartOfGoal(), GT2005GoalRecognizer::interpretResults(), GT2005GoalRecognizer::publishResults(), and serialize(). |
|
|
Right end of cross bar.
Definition at line 498 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::analyzeGoal(), and GT2005GoalRecognizer::scanCrossBar(). |
|
|
Definition at line 499 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::analyzeGoal(), GT2005GoalRecognizer::interpretResults(), and GT2005GoalRecognizer::scanCrossBar(). |
|
|
Goal width.
Definition at line 502 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::analyzeGoal(), GT2005GoalRecognizer::detectFreePartOfGoal(), and GT2005GoalRecognizer::interpretResults(). |
|
|
Goal height (the maximum of the goalpost heights).
Definition at line 505 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::analyzeGoal(), GT2005GoalRecognizer::detectFreePartOfGoal(), and GT2005GoalRecognizer::mergeFragments(). |
|
|
Cross bar is in image -> if true, height cannot be determined.
Definition at line 508 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::scanCrossBar(), and serialize(). |
|
|
There is green below the goal hypthesis.
Definition at line 512 of file GT2005GoalRecognizer.h. Referenced by GT2005GoalRecognizer::analyzeGoal(). |
1.3.6