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

(313315d (Wed Dec 23 23:39:47 2020 -0800))

#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 }