
Public Member Functions | |
| Goalpost () | |
| Constructs an empty goalpost hypothesis. | |
Public Attributes | |
| Vector2< int > | topPoint |
| Top endpoints of the goalposts. | |
| Vector2< double > | topPointH |
| bool | topPointInImage |
| Vector2< int > | bottomPoint |
| Bottom endpoints of the goalpost. | |
| Vector2< double > | bottomPointH |
| bool | onGreen |
| Goalpost is standing on the green field. | |
| int | height |
| Height and height not conting the image border. | |
| int | visibleHeight |
| Vector2< int > | edgePoint |
| A point aligned with the edge of the goalpost. | |
| Vector2< double > | edgePointH |
| int | strongEdgeCount |
| Number of strong and weak edge points detected. | |
| int | weakEdgeCount |
| bool | nonExistant |
| Scans towards the edge detected unbound goal-coloured areas. | |
| Vector3< int > | color |
| Average colour of some pixels near the goalpost. | |
|
|
Constructs an empty goalpost hypothesis.
Definition at line 434 of file VLCGoalRecognizer.h. |
|
|
Top endpoints of the goalposts. Might not be aligned with the edge horizontally. Definition at line 438 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::interpretResults(). |
|
|
Definition at line 439 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::analyzeGoalpost(), VLCGoalRecognizer::detectFreePartOfGoal(), and VLCGoalRecognizer::interpretResults(). |
|
|
Definition at line 440 of file VLCGoalRecognizer.h. |
|
|
Bottom endpoints of the goalpost. Might not be aligned with the edge horizontally. Definition at line 444 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::interpretResults(). |
|
|
Definition at line 445 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::interpretResults(). |
|
|
Goalpost is standing on the green field.
Definition at line 448 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), and VLCGoalRecognizer::analyzeGoalpost(). |
|
|
Height and height not conting the image border.
Definition at line 451 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::detectFreePartOfGoal(). |
|
|
Definition at line 452 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(). |
|
|
A point aligned with the edge of the goalpost.
Definition at line 455 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::interpretResults(). |
|
|
Definition at line 456 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoal(), VLCGoalRecognizer::analyzeGoalpost(), VLCGoalRecognizer::detectFreePartOfGoal(), and VLCGoalRecognizer::interpretResults(). |
|
|
Number of strong and weak edge points detected.
Definition at line 459 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(). |
|
|
Definition at line 460 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(). |
|
|
Scans towards the edge detected unbound goal-coloured areas. This often happens when goals are dectected twice, or the scan along the cross bar failed. If this value is set to true, all other values are invalid. Definition at line 468 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::interpretResults(). |
|
|
Average colour of some pixels near the goalpost. This value is used to detect the free part of goal (is done in the interpretation after the entire image was scanned) or straightnes checks. Definition at line 473 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::detectFreePartOfGoal(). |
1.3.6