![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <meshing.h>
Public Member Functions | |
| bool | Check () const |
Public Attributes | |
| double | point_weight = 1.0 |
| int | depth = 13 |
| double | color = 32.0 |
| double | trim = 10.0 |
| int | num_threads = -1 |
| bool colmap::mvs::PoissonMeshingOptions::Check | ( | ) | const |
Definition at line 98 of file meshing.cc.
References CHECK_OPTION_GE, CHECK_OPTION_GT, CHECK_OPTION_NE, color, depth, num_threads, point_weight, and trim.
Referenced by colmap::mvs::PoissonMeshing().
| double colmap::mvs::PoissonMeshingOptions::color = 32.0 |
Definition at line 33 of file meshing.h.
Referenced by cloudViewer::OptionsParser::addPoissonMeshingOptions(), Check(), and colmap::mvs::PoissonMeshing().
| int colmap::mvs::PoissonMeshingOptions::depth = 13 |
Definition at line 27 of file meshing.h.
Referenced by cloudViewer::OptionsParser::addPoissonMeshingOptions(), Check(), and colmap::mvs::PoissonMeshing().
| int colmap::mvs::PoissonMeshingOptions::num_threads = -1 |
Definition at line 41 of file meshing.h.
Referenced by cloudViewer::OptionsParser::addPoissonMeshingOptions(), Check(), and colmap::mvs::PoissonMeshing().
| double colmap::mvs::PoissonMeshingOptions::point_weight = 1.0 |
Definition at line 20 of file meshing.h.
Referenced by cloudViewer::OptionsParser::addPoissonMeshingOptions(), Check(), and colmap::mvs::PoissonMeshing().
| double colmap::mvs::PoissonMeshingOptions::trim = 10.0 |
Definition at line 38 of file meshing.h.
Referenced by cloudViewer::OptionsParser::addPoissonMeshingOptions(), Check(), and colmap::mvs::PoissonMeshing().