#include <ImageProcessorUtilityClasses.h>
Collaboration diagram for Run:

Public Member Functions | |
| Run () | |
| Constructor. | |
Public Attributes | |
| Vector2< int > | start |
| The first point. | |
| Vector2< int > | end |
| The last point. | |
| Vector2< int > | scanLineStart |
| The first point of the corresponding scan line. | |
| int | length |
| The length of the run. | |
| colorClass | color |
| The color. | |
Definition at line 38 of file ImageProcessorUtilityClasses.h.
|
|
Constructor.
Definition at line 42 of file ImageProcessorUtilityClasses.h. |
|
|
The first point.
Definition at line 45 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::addCandidate(), GT2004BeaconDetector::scanForPink(), and TransformedRun::transform(). |
|
|
The last point.
Definition at line 47 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::addCandidate(), GT2004BeaconDetector::scanForPink(), and TransformedRun::transform(). |
|
|
The first point of the corresponding scan line.
Definition at line 49 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::addCandidate(), GT2004BeaconDetector::clusterPinkBeaconParts(), GT2004BeaconDetector::scanForPink(), and TransformedRun::transform(). |
|
|
The length of the run.
Definition at line 51 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::scanForPink(). |
|
|
The color.
Definition at line 53 of file ImageProcessorUtilityClasses.h. |
1.3.6