ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TSDFVolume.h File Reference
#include <RGBDImage.h>
#include <ecvMesh.h>
#include <ecvPointCloud.h>
#include "camera/PinholeCameraIntrinsic.h"
Include dependency graph for TSDFVolume.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloudViewer::pipelines::integration::TSDFVolume
 Base class of the Truncated Signed Distance Function (TSDF) volume. More...
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::pipelines
 
 cloudViewer::pipelines::integration
 

Enumerations

enum class  cloudViewer::pipelines::integration::TSDFVolumeColorType { cloudViewer::pipelines::integration::NoColor = 0 , cloudViewer::pipelines::integration::RGB8 = 1 , cloudViewer::pipelines::integration::Gray32 = 2 }