ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::mvs::MvsTexturing::Options Struct Reference

#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
 

Detailed Description

Definition at line 93 of file texturing.h.

Member Data Documentation

◆ max_depth_error

float colmap::mvs::MvsTexturing::Options::max_depth_error = 0.01f

Definition at line 95 of file texturing.h.

◆ max_viewing_angle_deg

float colmap::mvs::MvsTexturing::Options::max_viewing_angle_deg
Initial value:
=
75.0f

Definition at line 96 of file texturing.h.

◆ use_depth_normal_maps

bool colmap::mvs::MvsTexturing::Options::use_depth_normal_maps = true

Definition at line 98 of file texturing.h.

◆ use_gradient_magnitude

bool colmap::mvs::MvsTexturing::Options::use_gradient_magnitude = true

Definition at line 99 of file texturing.h.

◆ verbose

bool colmap::mvs::MvsTexturing::Options::verbose = true

Definition at line 94 of file texturing.h.

Referenced by colmap::mvs::MvsTexturing::TextureMesh().


The documentation for this struct was generated from the following file: