ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Utility.h File Reference
Include dependency graph for Utility.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::t
 
 cloudViewer::t::geometry
 

Functions

void cloudViewer::t::geometry::CheckDepthTensor (const core::Tensor &depth)
 
void cloudViewer::t::geometry::CheckColorTensor (const core::Tensor &color)
 
void cloudViewer::t::geometry::CheckIntrinsicTensor (const core::Tensor &intrinsic)
 
void cloudViewer::t::geometry::CheckExtrinsicTensor (const core::Tensor &extrinsic)
 
void cloudViewer::t::geometry::CheckBlockCoordinates (const core::Tensor &block_coords)
 
core::Tensor cloudViewer::t::geometry::InverseTransformation (const core::Tensor &T)
 TODO(wei): find a proper place for such functionalities. More...