ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
NumpyIO.h File Reference
#include <string>
#include <unordered_map>
#include "cloudViewer/core/Tensor.h"
Include dependency graph for NumpyIO.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::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)