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...
 
class  PyTSDFVolume
 

Enumerations

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

Functions

void pybind_integration_classes (py::module &m)
 
void pybind_integration_methods (py::module &m)
 
void pybind_integration (py::module &m)
 

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.

Function Documentation

◆ pybind_integration()

void cloudViewer::pipelines::integration::pybind_integration ( py::module &  m)

◆ pybind_integration_classes()

◆ pybind_integration_methods()

void cloudViewer::pipelines::integration::pybind_integration_methods ( py::module &  m)

Definition at line 196 of file integration.cpp.

Referenced by pybind_integration().