#include "Component/ModelManager.H"
#include "Devices/RangeFinder.H"
#include "Util/log.H"
#include <stdio.h>
#include "Image/DrawOps.H"
#include "Media/FrameSeries.H"
#include "Transport/FrameInfo.H"
#include "Raster/GenericFrame.H"
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
test the range finder
Definition in file test-RangeFinder.C.