ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
mvs.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 namespace colmap {
9 
10 int RunDelaunayMesher(int argc, char** argv);
11 int RunPatchMatchStereo(int argc, char** argv);
12 int RunPoissonMesher(int argc, char** argv);
13 int RunStereoFuser(int argc, char** argv);
14 
15 } // namespace colmap
int RunPoissonMesher(int argc, char **argv)
Definition: mvs.cc:123
int RunPatchMatchStereo(int argc, char **argv)
Definition: mvs.cc:81
int RunStereoFuser(int argc, char **argv)
Definition: mvs.cc:138
int RunDelaunayMesher(int argc, char **argv)
Definition: mvs.cc:43