licornea_tools
|
#include "../lib/common.h"
#include "../lib/args.h"
#include "../lib/opencv.h"
#include "../lib/json.h"
#include "../lib/misc.h"
#include "../lib/viewer.h"
#include "lib/common.h"
#include "lib/live/grabber.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.
Classes | |
struct | computation_result |
Functions | |
computation_result | compute_depth_slopes (const cv::Mat_< real > &depth) |
int | main (int argc, const char *argv[]) |
computation_result compute_depth_slopes | ( | const cv::Mat_< real > & | depth | ) |
Definition at line 23 of file parallel_wall.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |