Collaboration diagram for VLCGoalRecognizer::EdgePointList:

Public Member Functions | |
| EdgePointList () | |
| Constructs an empty list. | |
| void | add (Vector2< int > &point, VLCGoalRecognizer::EdgeType type) |
| Add an edge point to the list. | |
| int | size () |
| Returns the current size of the list. | |
| int | getCount (VLCGoalRecognizer::EdgeType type) |
| Returns the number of edge points of a certain type. | |
| Vector2< int > & | operator[] (int index) |
| Returns an element of the list. | |
| VLCGoalRecognizer::EdgeType | getType (int index) |
| Returns the type of an edge points. | |
Private Types | |
| enum | { maxPoints = 20 } |
Private Attributes | |
| Vector2< int > | edgePoint [maxPoints] |
| VLCGoalRecognizer::EdgeType | edgeType [maxPoints] |
| int | numberOfPoints |
| int | numberOfType [imageBorder+1] |
Definition at line 362 of file VLCGoalRecognizer.h.
|
|
Definition at line 367 of file VLCGoalRecognizer.h. |
|
|
Constructs an empty list.
Definition at line 381 of file VLCGoalRecognizer.h. |
|
||||||||||||
|
Add an edge point to the list.
Definition at line 389 of file VLCGoalRecognizer.h. References point. Referenced by VLCGoalRecognizer::analyzeGoalpost(), and VLCGoalRecognizer::detectEdgeTwice(). |
|
|
Returns the current size of the list.
Definition at line 403 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(). |
|
|
Returns the number of edge points of a certain type.
Definition at line 409 of file VLCGoalRecognizer.h. Referenced by VLCGoalRecognizer::analyzeGoalpost(). |
|
|
Returns an element of the list.
Definition at line 415 of file VLCGoalRecognizer.h. |
|
|
Returns the type of an edge points.
Definition at line 421 of file VLCGoalRecognizer.h. References VLCGoalRecognizer::EdgeType. Referenced by VLCGoalRecognizer::analyzeGoalpost(). |
|
|
Definition at line 368 of file VLCGoalRecognizer.h. |
|
|
Definition at line 369 of file VLCGoalRecognizer.h. |
|
|
Definition at line 372 of file VLCGoalRecognizer.h. |
|
|
Definition at line 375 of file VLCGoalRecognizer.h. |
1.3.6