licornea_tools
Enumerations | Functions
reprojection_viewer.cc File Reference
#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[])
 

Enumeration Type Documentation

enum depth_mode
strong
Enumerator
original 
reprojected 
reprojected_no_iroff 
original 
reprojected 
difference 

Definition at line 18 of file reprojection_viewer.cc.

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 24 of file reprojection_viewer.cc.

Here is the call graph for this function: