#include <ImageProcessorUtilityClasses.h>
Collaboration diagram for ImageInfo:
Public Attributes | |
Geometry::Line | horizon |
The horizon. | |
Geometry::Line | vertLine |
A line perpendicular to the horizon. | |
bool | horizonInImage |
Flag, indicates whether the horizon is in the image or not. | |
Vector2< int > | horizonStart |
The starting point of the horizon. | |
Vector2< int > | horizonEnd |
The end point of the horizon. | |
Vector2< int > | maxImageCoordinates |
The bottom right corner of the image. |
Definition at line 15 of file ImageProcessorUtilityClasses.h.
|
The horizon.
Definition at line 19 of file ImageProcessorUtilityClasses.h. Referenced by GT2004BeaconDetector::clusterPinkBeaconParts(), GT2004ImageProcessor::execute(), GT2004BeaconDetector::execute(), GT2004ImageProcessor::scanColumns(), GT2004BeaconDetector::scanForBeaconEdges(), and GT2004ImageProcessor::scanRows(). |
|
A line perpendicular to the horizon.
Definition at line 21 of file ImageProcessorUtilityClasses.h. Referenced by GT2004ImageProcessor::execute(), GT2004BeaconDetector::execute(), GT2004ImageProcessor::scanColumns(), GT2004BeaconDetector::scanForBeaconEdges(), and GT2004ImageProcessor::scanRows(). |
|
Flag, indicates whether the horizon is in the image or not.
Definition at line 23 of file ImageProcessorUtilityClasses.h. Referenced by GT2004ImageProcessor::execute(). |
|
The starting point of the horizon.
Definition at line 25 of file ImageProcessorUtilityClasses.h. Referenced by GT2004ImageProcessor::execute(). |
|
The end point of the horizon.
Definition at line 27 of file ImageProcessorUtilityClasses.h. Referenced by GT2004ImageProcessor::execute(). |
|
The bottom right corner of the image.
Definition at line 29 of file ImageProcessorUtilityClasses.h. Referenced by GT2004ImageProcessor::execute(), GT2004BeaconDetector::execute(), GT2004ImageProcessor::scanColumns(), GT2004BeaconDetector::scanForBeaconEdges(), and GT2004ImageProcessor::scanRows(). |