licornea_tools
|
#include "../lib/args.h"
#include "../lib/opencv.h"
#include "../lib/dataset.h"
#include "../lib/image_io.h"
#include "../lib/viewer.h"
#include "../lib/filesystem.h"
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
const real | max_viz_depth = 6000 |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
const real max_viz_depth = 6000 |
Definition at line 11 of file view_dataset.cc.