代码拉取完成,页面将自动刷新
#ifndef _MAIN_H_
#define _MAIN_H_
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
// Includes CUDA
#include <cuda_runtime.h>
#include <cuda.h>
#include <cuda_runtime_api.h>
#include <cuda_texture_types.h>
#include <curand_kernel.h>
#include <vector_types.h>
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <map>
#include <memory>
#include "iomanip"
#include <sys/stat.h> // mkdir
#include <sys/types.h> // mkdir
#define MAX_IMAGES 256
struct Camera {
float K[9];
float R[9];
float t[3];
int height;
int width;
float depth_min;
float depth_max;
};
struct Problem {
int ref_image_id;
std::vector<int> src_image_ids;
};
struct PointList {
float3 coord;
float3 normal;
float3 color;
};
#endif // _MAIN_H_
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。