![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <texturing.h>
Public Attributes | |
| bool | verbose = true |
| float | max_depth_error = 0.01f |
| float | max_viewing_angle_deg |
| bool | use_depth_normal_maps = true |
| bool | use_gradient_magnitude = true |
Definition at line 93 of file texturing.h.
| float colmap::mvs::MvsTexturing::Options::max_depth_error = 0.01f |
Definition at line 95 of file texturing.h.
| float colmap::mvs::MvsTexturing::Options::max_viewing_angle_deg |
Definition at line 96 of file texturing.h.
| bool colmap::mvs::MvsTexturing::Options::use_depth_normal_maps = true |
Definition at line 98 of file texturing.h.
| bool colmap::mvs::MvsTexturing::Options::use_gradient_magnitude = true |
Definition at line 99 of file texturing.h.
| bool colmap::mvs::MvsTexturing::Options::verbose = true |
Definition at line 94 of file texturing.h.
Referenced by colmap::mvs::MvsTexturing::TextureMesh().