#include "TIGS/Figures.H"
#include "Image/ColorOps.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/FilterOps.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/Range.H"
#include "Image/ShapeOps.H"
#include "TIGS/TigsInputFrame.H"
#include "TIGS/TrainingSet.H"
#include "Util/sformat.H"
#include "rutz/trace.h"
Go to the source code of this file.
Defines | |
#define | DRAWPOS(img) |
Functions | |
Image< PixRGB< byte > > | makeSumoDisplay (const TigsInputFrame &fin, const Image< float > &eyeposmap, const TrainingSet &tdata, const Point2D< int > &eyepos, const Image< float > &features) |
Image< PixRGB< byte > > | makeSumoDisplay2 (const TigsInputFrame &fin, const Image< float > &tdmap, const Image< float > &bumap, const Image< float > &combomap, const TrainingSet &tdata, const Point2D< int > &eyepos) |
Generate illustration figures for TIGS programs
Definition in file Figures.C.
#define DRAWPOS | ( | img | ) |
drawPatch(img, tdpos, 3, col_td); \ drawCircle(img, tdpos, 18, col_td, 3); \ drawPatch(img, bupos, 3, col_bu); \ drawCircle(img, bupos, 18, col_bu, 3); \ drawPatch(img, combopos, 3, col_combo); \ drawCircle(img, combopos, 18, col_combo, 3); \ drawPatch(img, eyepos, 3, col_human); \ drawCircle(img, eyepos, 30, col_human, 3)