![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "mvs/patch_match.h"#include <numeric>#include <unordered_set>#include "mvs/consistency_graph.h"#include "mvs/patch_match_cuda.h"#include "mvs/workspace.h"#include "util/math.h"#include "util/misc.h"
Go to the source code of this file.
Namespaces | |
| colmap | |
| colmap::mvs | |
Macros | |
| #define | PrintOption(option) std::cout << #option ": " << option << std::endl |
| #define PrintOption | ( | option | ) | std::cout << #option ": " << option << std::endl |
Definition at line 43 of file patch_match.cc.