#include <ImageProcessorUtilityClasses.h>
Public Attributes | |
Geometry::Line | horizon |
Geometry::Line | vertLine |
bool | horizonInImage |
Vector2< int > | horizonStart |
Vector2< int > | horizonEnd |
Vector2< int > | maxImageCoordinates |
Definition at line 15 of file ImageProcessorUtilityClasses.h.
The horizon
Definition at line 19 of file ImageProcessorUtilityClasses.h.
Referenced by GT2004BeaconDetector::analyzeBeacon(), PanoramaImageProcessor::applyImageFilters(), GT2004BeaconDetector::clusterPinkBeaconParts(), GT2004ImageProcessor::execute(), GT2004BeaconDetector::execute(), PanoramaImageProcessor::initialize(), ScanningGrid::prepareHorizontalScanline(), ScanningGrid::prepareImageInfo(), GT2004ImageProcessor::scanColumns(), GT2004BeaconDetector::scanForBeaconEdges(), and GT2004ImageProcessor::scanRows().
The end point of the horizon
Definition at line 27 of file ImageProcessorUtilityClasses.h.
Referenced by GT2004ImageProcessor::execute(), PanoramaImageProcessor::initialize(), ScanningGrid::prepareHorizontalScanline(), and ScanningGrid::prepareImageInfo().
Flag, indicates whether the horizon is in the image or not
Definition at line 23 of file ImageProcessorUtilityClasses.h.
Referenced by GT2004ImageProcessor::execute(), PanoramaImageProcessor::initialize(), ScanningGrid::prepareHorizontalScanline(), and ScanningGrid::prepareImageInfo().
The starting point of the horizon
Definition at line 25 of file ImageProcessorUtilityClasses.h.
Referenced by GT2004ImageProcessor::execute(), PanoramaImageProcessor::initialize(), ScanningGrid::prepareHorizontalScanline(), and ScanningGrid::prepareImageInfo().
The bottom right corner of the image
Definition at line 29 of file ImageProcessorUtilityClasses.h.
Referenced by GT2004BeaconDetector::analyzeBeacon(), GT2004ImageProcessor::execute(), GT2004BeaconDetector::execute(), PanoramaImageProcessor::initialize(), ScanningGrid::prepareHorizontalScanline(), ScanningGrid::prepareImageInfo(), 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(), PanoramaImageProcessor::initialize(), ScanningGrid::prepareHorizontalScanline(), ScanningGrid::prepareImageInfo(), ScanningGrid::prepareVerticalScanline(), GT2004ImageProcessor::scanColumns(), GT2004BeaconDetector::scanForBeaconEdges(), PanoramaImageProcessor::scanForTransitions(), and GT2004ImageProcessor::scanRows().