#include <ImageProcessorUtilityClasses.h>
Collaboration diagram for TransformedRun:
Public Member Functions | |
void | transform (const Run &run, const Matrix2x2< double > &rotMat, int numOfRun) |
Computes values. | |
Public Attributes | |
Vector2< double > | start |
The first point. | |
Vector2< double > | end |
The last point. | |
int | numOfRun |
Number of corresponding real run. |
Definition at line 62 of file ImageProcessorUtilityClasses.h.
|
Computes values.
Definition at line 70 of file ImageProcessorUtilityClasses.h. References Run::end, Run::scanLineStart, Run::start, Vector2< int >::x, Vector2< double >::x, Vector2< int >::y, and Vector2< double >::y. Referenced by GT2004BeaconDetector::clusterPinkBeaconParts(). |
|
The first point.
Definition at line 86 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::clusterPinkBeaconParts(). |
|
The last point.
Definition at line 88 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::clusterPinkBeaconParts(). |
|
Number of corresponding real run.
Definition at line 90 of file ImageProcessorUtilityClasses.h. |