18 namespace integration {
65 const Eigen::Matrix4d &extrinsic) = 0;
std::shared_ptr< core::Tensor > image
Contains the pinhole camera intrinsic parameters.
RGBDImage is for a pair of registered color and depth images,.
Base class of the Truncated Signed Distance Function (TSDF) volume.
double sdf_trunc_
Truncation value for signed distance function (SDF).
virtual std::shared_ptr< ccMesh > ExtractTriangleMesh()=0
Function to extract a triangle mesh, using the marching cubes algorithm. (https://en....
virtual void Reset()=0
Function to reset the TSDFVolume.
virtual void Integrate(const geometry::RGBDImage &image, const camera::PinholeCameraIntrinsic &intrinsic, const Eigen::Matrix4d &extrinsic)=0
Function to integrate an RGB-D image into the volume.
double voxel_length_
Length of the voxel in meters.
virtual std::shared_ptr< ccPointCloud > ExtractPointCloud()=0
Function to extract a point cloud with normals.
TSDFVolumeColorType color_type_
Color type of the TSDF volume.
TSDFVolume(double voxel_length, double sdf_trunc, TSDFVolumeColorType color_type)
Default Constructor.
@ Gray32
32 bit GrayScale.
Generic file read and write utility for python interface.