Open3D (C++ API)  0.13.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Data Fields
open3d::t::pipelines::voxelhashing::Option Struct Reference

#include <Option.h>

Public Member Functions

 Option ()
 

Data Fields

float voxel_size = 3.0 / 512.0
 TSDF VoxelBlock options. More...
 
int est_block_count = 40000
 
float depth_scale = 1000.0f
 Input options. More...
 
float depth_max = 3.0f
 
float depth_diff = 0.07f
 

Constructor & Destructor Documentation

◆ Option()

open3d::t::pipelines::voxelhashing::Option::Option ( )
inline

Field Documentation

◆ depth_diff

float open3d::t::pipelines::voxelhashing::Option::depth_diff = 0.07f

◆ depth_max

float open3d::t::pipelines::voxelhashing::Option::depth_max = 3.0f

◆ depth_scale

float open3d::t::pipelines::voxelhashing::Option::depth_scale = 1000.0f

Input options.

◆ est_block_count

int open3d::t::pipelines::voxelhashing::Option::est_block_count = 40000

◆ voxel_size

float open3d::t::pipelines::voxelhashing::Option::voxel_size = 3.0 / 512.0

TSDF VoxelBlock options.


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