#include "BeoSub/ColorTracker.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Component/ModelManager.H"
#include "Devices/FrameGrabberFactory.H"
#include "Util/Timer.H"
#include "Util/Types.H"
#include "Util/log.H"
#include <cstdio>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Test ColorTracker test module
Definition in file test-ColorTracker.C.