|
ed_sensor_integration
|
#include <ed/entity.h>#include <ed/world_model.h>#include <ed/kinect/fitter.h>#include <geolib/math_types.h>#include <rgbd/image_buffer/image_buffer.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 live 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 live images.
| argc | should be 4 |
Definition at line 32 of file fitter_viz_live.cpp.
| void usage | ( | ) |
usage, print how the executable should be used and explain the input
Definition at line 19 of file fitter_viz_live.cpp.
1.8.17