ed_sensor_integration
|
#include <ed/entity.h>
#include <ed/world_model.h>
#include <ed/kinect/fitter.h>
#include <geolib/math_types.h>
#include <opencv2/highgui/highgui.hpp>
#include "ed_sensor_integration/tools/fitter_viz.h"
#include "ed_sensor_integration/tools/snapshot.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
main executable to visualise the fitting process of stored images. More... | |
void | usage () |
usage, print how the executable should be used and explain the input More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
main executable to visualise the fitting process of stored images.
argc | should be 4 |
Definition at line 27 of file fitter_viz_data.cpp.
void usage | ( | ) |
usage, print how the executable should be used and explain the input
Definition at line 17 of file fitter_viz_data.cpp.