licornea_tools
|
#include "../lib/common.h"
#include "../lib/args.h"
#include "../lib/opencv.h"
#include "../lib/json.h"
#include "../lib/intrinsics.h"
#include "../lib/misc.h"
#include "../lib/viewer.h"
#include "lib/live/grabber.h"
#include "lib/live/checkerboard.h"
#include "lib/kinect_reprojection_parameters.h"
#include "lib/kinect_reprojection.h"
#include "lib/densify/depth_densify.h"
#include <string>
#include <cmath>
Go to the source code of this file.
Enumerations | |
enum | depth_mode { depth_mode::original, depth_mode::reprojected, depth_mode::reprojected_no_iroff, depth_mode::original, depth_mode::reprojected, depth_mode::difference } |
Functions | |
int | main (int argc, const char *argv[]) |
|
strong |
Enumerator | |
---|---|
original | |
reprojected | |
reprojected_no_iroff | |
original | |
reprojected | |
difference |
Definition at line 18 of file reprojection_viewer.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |