#include "Beobot/Landmark.H"
#include "Util/Timer.H"
#include "Raster/Raster.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include <iostream>
#include <list>
#include <fstream>
Go to the source code of this file.
Classes | |
struct | SortObj |
Defines | |
#define | FWAIT_NUM 5U |
#define | MIN_LINKS 3U |
#define | NUM_FRAME_LOOKBACK 10 |
Landmark class for localization
Definition in file Landmark.C.