Open3D (C++ API)
Data Structures | Namespaces | Enumerations
TSDFVolume.h File Reference
#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::integration::TSDFVolume
 Base class of the Truncated Signed Distance Function (TSDF) volume. More...
 

Namespaces

 open3d
 
 open3d::integration
 

Enumerations

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