
#include "Component/ModelManager.H"#include "Devices/DeviceOpts.H"#include "GUI/XWindow.H"#include "Image/DrawOps.H"#include "Image/CutPaste.H"#include "Image/Image.H"#include "Image/Pixels.H"#include "Image/MathOps.H"#include "Neuro/EnvVisualCortex.H"#include "Media/FrameSeries.H"#include "Media/MediaOpts.H"#include "Transport/FrameInfo.H"#include "Raster/GenericFrame.H"#include "Raster/Raster.H"#include "Util/Timer.H"#include "Util/log.H"#include "Util/MathFunctions.H"#include "Learn/Bayes.H"#include "Learn/BackpropNetwork.H"#include "Envision/env_image_ops.h"#include "Neuro/BeoHeadBrain.H"#include "GUI/DebugWin.H"#include <ctype.h>#include <deque>#include <iterator>#include <stdlib.h>#include <string>#include <vector>#include <map>Go to the source code of this file.
Functions | |
| void | display (Image< PixRGB< byte > > &leftImg, const Image< byte > &leftSmap, const Point2D< int > &leftWinner, const byte maxVal, const Point2D< int > &targetLoc) |
| void | display (const Image< PixRGB< byte > > &img, const Image< PixRGB< byte > > &smap, Point2D< int > &winner, Rectangle &rect) |
| int | main (int argc, const char **argv) |
Variables | |
| XWinManaged * | xwin |
| Timer | timer |
| Image< PixRGB< byte > > | disp |
| byte | SmaxVal = 0 |
| int | smap_level = -1 |
| bool | debug = 0 |
| bool | init_points = true |
Test tracking
Definition in file test-tracking.C.
1.6.3