![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::t | |
| cloudViewer::t::io | |
Functions | |
| core::Tensor | cloudViewer::t::io::ReadNpy (const std::string &file_name) |
| void | cloudViewer::t::io::WriteNpy (const std::string &file_name, const core::Tensor &tensor) |
| std::unordered_map< std::string, core::Tensor > | cloudViewer::t::io::ReadNpz (const std::string &file_name) |
| void | cloudViewer::t::io::WriteNpz (const std::string &file_name, const std::unordered_map< std::string, core::Tensor > &tensor_map) |