#include "RasterImageProcessor.h"
#include "Tools/Math/Geometry.h"
#include <list>
#include <vector>
Include dependency graph for RasterSpecialist.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | RasterSpecialist |
Base-class for RasterSpecialists. More... | |
struct | RasterSpecialist::LinePair |
This struct represents a line on the image. More... | |
struct | RasterSpecialist::ColoredLP |
Four colors for the vector2 begin and end representing in/out colors 0 and 1 should be v1-in and v1-out, same for 2 and 3 v2-in and v2-out. More... | |
struct | RasterSpecialist::GridLP |
Holds also information about the position in a grid. More... | |
struct | RasterSpecialist::LineCompare |
struct | RasterSpecialist::ListSizeOrder |
struct | RasterSpecialist::VectorSizeOrder |
struct | RasterSpecialist::SegmentNumberOrder |
class | RasterSpecialist::Box |
This class represents a BoundingBox in the image. More... | |
Enumerations | |
enum | RasterDirections { north = 0, northEast, east, southEast, south, southWest, west, northWest, numberOfRasterDirections } |
Relevant directions for scan methods. More... |
Definition in file RasterSpecialist.h.
|
Relevant directions for scan methods.
Definition at line 19 of file RasterSpecialist.h. |