licornea_tools
Functions
view_syn.cc File Reference
#include "../lib/common.h"
#include "../lib/assert.h"
#include "../lib/args.h"
#include "../lib/dataset.h"
#include "../lib/camera.h"
#include "../lib/image_io.h"
#include "../lib/opencv.h"
#include "../lib/viewer.h"
#include <iostream>

Go to the source code of this file.

Functions

cv::Mat_< cv::Vec3b > view_synthesis (const cv::Mat_< cv::Vec3b > &ref_img, const cv::Mat_< cv::Vec3b > &tg_img, const cv::Mat_< ushort > &tg_depth, const camera &ref_cam, const camera &tg_cam, real z_near, real z_far, real opacity, real darken_background)
 
int main (int argc, const char *argv[])
 

Function Documentation

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

Definition at line 99 of file view_syn.cc.

Here is the call graph for this function:

cv::Mat_<cv::Vec3b> view_synthesis ( const cv::Mat_< cv::Vec3b > &  ref_img,
const cv::Mat_< cv::Vec3b > &  tg_img,
const cv::Mat_< ushort > &  tg_depth,
const camera ref_cam,
const camera tg_cam,
real  z_near,
real  z_far,
real  opacity,
real  darken_background 
)

Definition at line 13 of file view_syn.cc.

Here is the call graph for this function: