#include "../lib/common.h"
#include "../lib/args.h"
#include <opencv2/opencv.hpp>
#include <cstdlib>
#include <cstdint>
#include <cstring>
#include <iostream>
#include <fstream>
#include <stdexcept>
Go to the source code of this file.
|
void | append_null_tail (std::ostream &output, std::streamsize length) |
|
void | export_yuv_disparity (std::string filename, const cv::Mat_< uchar > &mat) |
|
void | export_yuv_disparity (std::string filename, const cv::Mat_< ushort > &mat) |
|
template<typename Distance , typename Depth > |
void | orthogonal_distance_to_depth (const cv::Mat_< Distance > &in_z, cv::Mat_< Depth > &out_d, real d_near, real d_far, real z_near, real z_far) |
|
int | main (int argc, const char *argv[]) |
|
void append_null_tail |
( |
std::ostream & |
output, |
|
|
std::streamsize |
length |
|
) |
| |
void export_yuv_disparity |
( |
std::string |
filename, |
|
|
const cv::Mat_< uchar > & |
mat |
|
) |
| |
void export_yuv_disparity |
( |
std::string |
filename, |
|
|
const cv::Mat_< ushort > & |
mat |
|
) |
| |
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
template<typename Distance , typename Depth >
void orthogonal_distance_to_depth |
( |
const cv::Mat_< Distance > & |
in_z, |
|
|
cv::Mat_< Depth > & |
out_d, |
|
|
real |
d_near, |
|
|
real |
d_far, |
|
|
real |
z_near, |
|
|
real |
z_far |
|
) |
| |