![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <texturing_controller.h>

Public Member Functions | |
| bool | Check () const |
| void | Print () const |
Public Attributes | |
| bool | verbose = true |
| std::string | meshed_file_path = "" |
| std::string | textured_file_path = "" |
| bool | use_depth_normal_maps = true |
| std::string | depth_map_type = "geometric" |
| double | max_depth_error = 0.01 |
| double | min_normal_consistency = 0.1 |
| double | max_viewing_angle_deg = 75.0 |
| bool | use_gradient_magnitude = false |
| std::string | mesh_source = "auto" |
Definition at line 34 of file texturing_controller.h.
| bool colmap::TexturingOptions::Check | ( | ) | const |
Definition at line 328 of file texturing_controller.cc.
References max_depth_error, and min_normal_consistency.
| void colmap::TexturingOptions::Print | ( | ) | const |
Definition at line 335 of file texturing_controller.cc.
References depth_map_type, max_depth_error, max_viewing_angle_deg, mesh_source, meshed_file_path, min_normal_consistency, colmap::PrintHeading2(), PrintOption, textured_file_path, use_depth_normal_maps, use_gradient_magnitude, and verbose.
| std::string colmap::TexturingOptions::depth_map_type = "geometric" |
Definition at line 48 of file texturing_controller.h.
Referenced by Print().
| double colmap::TexturingOptions::max_depth_error = 0.01 |
Definition at line 51 of file texturing_controller.h.
| double colmap::TexturingOptions::max_viewing_angle_deg = 75.0 |
Definition at line 57 of file texturing_controller.h.
Referenced by Print().
| std::string colmap::TexturingOptions::mesh_source = "auto" |
Definition at line 63 of file texturing_controller.h.
Referenced by Print().
| std::string colmap::TexturingOptions::meshed_file_path = "" |
Definition at line 39 of file texturing_controller.h.
Referenced by Print().
| double colmap::TexturingOptions::min_normal_consistency = 0.1 |
Definition at line 54 of file texturing_controller.h.
| std::string colmap::TexturingOptions::textured_file_path = "" |
Definition at line 42 of file texturing_controller.h.
Referenced by Print().
| bool colmap::TexturingOptions::use_depth_normal_maps = true |
Definition at line 45 of file texturing_controller.h.
Referenced by Print().
| bool colmap::TexturingOptions::use_gradient_magnitude = false |
Definition at line 60 of file texturing_controller.h.
Referenced by Print().
| bool colmap::TexturingOptions::verbose = true |
Definition at line 36 of file texturing_controller.h.
Referenced by Print().