#include "Component/ModelManager.H"
#include "Devices/RangeFinder.H"
#include "Component/OptionManager.H"
#include "Devices/Serial.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "Devices/DeviceOpts.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/ShapeOps.H"
#include "Image/CutPaste.H"
#include "Image/ImageCache.H"
#include "Image/Pixels.H"
#include "Image/MathOps.H"
#include "Image/IO.H"
#include "Image/Layout.H"
#include "GUI/SDLdisplay.H"
#include "GUI/GUIOpts.H"
#include "Raster/Raster.H"
#include "Media/FrameSeries.H"
#include "Transport/FrameIstream.H"
#include "Transport/FrameInfo.H"
#include "Util/Timer.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include "Video/RgbConversion.H"
#include "Raster/DeBayer.H"
#include "Raster/PlaintextWriter.H"
#include <algorithm>
#include <iterator>
#include <queue>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
static int | submain (const int argc, char **argv) |
int | main (const int argc, char **argv) |
Variables | |
Timer | tim |
record from high speed camera XC and Hokuyo Laser Range finder and save to disk
Definition in file calibrateVideo.C.