#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 141 of file ImageProcessorUtilityClasses.h.
|
|
Constructor.
Definition at line 145 of file ImageProcessorUtilityClasses.h. |
|
|
The first point.
Definition at line 148 of file ImageProcessorUtilityClasses.h. Referenced by VLCBeaconDetector::addCandidate(), SlamBeaconDetector::addCandidate(), GT2005BeaconDetector::addCandidate(), VLCBeaconDetector::scanForPink(), SlamBeaconDetector::scanForPink(), GT2005BeaconDetector::scanForPink(), and TransformedRun::transform(). |
|
|
The last point.
Definition at line 150 of file ImageProcessorUtilityClasses.h. Referenced by VLCBeaconDetector::addCandidate(), SlamBeaconDetector::addCandidate(), GT2005BeaconDetector::addCandidate(), VLCBeaconDetector::scanForPink(), SlamBeaconDetector::scanForPink(), GT2005BeaconDetector::scanForPink(), and TransformedRun::transform(). |
|
|
The first point of the corresponding scan line.
Definition at line 152 of file ImageProcessorUtilityClasses.h. Referenced by VLCBeaconDetector::addCandidate(), SlamBeaconDetector::addCandidate(), GT2005BeaconDetector::addCandidate(), VLCBeaconDetector::clusterPinkBeaconParts(), SlamBeaconDetector::clusterPinkBeaconParts(), GT2005BeaconDetector::clusterPinkBeaconParts(), VLCBeaconDetector::scanForPink(), SlamBeaconDetector::scanForPink(), GT2005BeaconDetector::scanForPink(), and TransformedRun::transform(). |
|
|
The length of the run.
Definition at line 154 of file ImageProcessorUtilityClasses.h. Referenced by VLCBeaconDetector::scanForPink(), SlamBeaconDetector::scanForPink(), and GT2005BeaconDetector::scanForPink(). |
|
|
The color.
Definition at line 156 of file ImageProcessorUtilityClasses.h. |
1.3.6