MIRA
|
#include <math/Truncate.h>
#include <geometry/Rect.h>
#include <geometry/Bresenham.h>
#include <transform/Pose.h>
Go to the source code of this file.
Classes | |
class | RasterTransformation |
Map a rectangular area from one raster into another, with an arbitrary transformation (scale, translation, rotation) inbetween. More... | |
class | RasterTransformation::iterator |
struct | RasterTransformation::Configuration |
struct | RasterTransformation::Impl |
implementation details More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |