Open3D (C++ API)  0.18.0+5c982c7
Data Structures | Enumerations
open3d::pipelines::integration Namespace Reference

Data Structures

class  ScalableTSDFVolume
 
class  TSDFVolume
 Base class of the Truncated Signed Distance Function (TSDF) volume. More...
 
class  UniformTSDFVolume
 UniformTSDFVolume implements the classic TSDF volume with uniform voxel grid (Curless and Levoy 1996). More...
 

Enumerations

enum class  TSDFVolumeColorType { NoColor = 0 , RGB8 = 1 , Gray32 = 2 }
 

Enumeration Type Documentation

◆ TSDFVolumeColorType

Enum class for TSDFVolumeColorType

Enumerator
NoColor 

No color.

RGB8 

8 bit RGB.

Gray32 

32 bit GrayScale.