Quick-and-dirty image stitcher. More...
#include "Robots/LoBot/io/LoVideoStream.H"
#include "Robots/LoBot/io/LoImageSource.H"
#include "Robots/LoBot/misc/LoExcept.H"
#include "Robots/LoBot/misc/LoTypes.H"
#include "Image/CutPaste.H"
#include "Image/ColorOps.H"
#include "Image/Image.H"
#include "Image/Point2D.H"
#include "Image/Dims.H"
#include <list>
#include <utility>
Go to the source code of this file.
Classes | |
class | lobot::Compositor< pixel_type > |
Quick-and-dirty "panaromic" image stitcher. More... |
Quick-and-dirty image stitcher.
This file defines a class to read images from several sources and then stitch them together into a single image.
Definition in file LoCompositor.H.