Open3D (C++ API)  0.11.0
Data Structures | Namespaces | Enumerations
TSDFVolume.h File Reference

(5935abc1 (Thu Jun 18 01:37:59 2020 -0700))

#include "open3d/camera/PinholeCameraIntrinsic.h"
#include "open3d/geometry/PointCloud.h"
#include "open3d/geometry/RGBDImage.h"
#include "open3d/geometry/TriangleMesh.h"

Go to the source code of this file.

Data Structures

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

Namespaces

 open3d
 
 open3d::pipelines
 
 open3d::pipelines::integration
 

Enumerations

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