licornea_tools
Functions
depth_remapping.cc File Reference
#include "../lib/args.h"
#include "../lib/point.h"
#include "../lib/ply_exporter.h"
#include "../lib/image_io.h"
#include "../lib/opencv.h"
#include "lib/densify/depth_densify.h"
#include "lib/kinect_internal_parameters.h"
#include "lib/kinect_remapping.h"
#include "lib/common.h"
#include <cstdlib>
#include <iostream>
#include <vector>
#include <stdexcept>
#include <fstream>
#include <string>

Go to the source code of this file.

Functions

void do_depth_remapping (const cv::Mat_< ushort > &in, cv::Mat_< ushort > &out, cv::Mat_< uchar > &out_mask, const kinect_remapping &remap, const std::string &method)
 
int main (int argc, const char *argv[])
 

Function Documentation

void do_depth_remapping ( const cv::Mat_< ushort > &  in,
cv::Mat_< ushort > &  out,
cv::Mat_< uchar > &  out_mask,
const kinect_remapping remap,
const std::string &  method 
)

Definition at line 20 of file depth_remapping.cc.

Here is the call graph for this function:

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

Definition at line 29 of file depth_remapping.cc.

Here is the call graph for this function: