ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::pipelines::integration Namespace Reference

Classes

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.

Definition at line 23 of file TSDFVolume.h.