ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ImageIO.cpp File Reference
#include "cloudViewer/t/io/ImageIO.h"
#include <FileSystem.h>
#include <Logging.h>
#include <algorithm>
#include <array>
#include <cmath>
#include <fstream>
#include <unordered_map>
#include <vector>
#include "cloudViewer/core/ParallelFor.h"
#include "cloudViewer/t/geometry/kernel/GeometryIndexer.h"
#include "cloudViewer/utility/Random.h"
Include dependency graph for ImageIO.cpp:

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

std::shared_ptr< geometry::Image > cloudViewer::t::io::CreateImageFromFile (const std::string &filename)
 
bool cloudViewer::t::io::ReadImage (const std::string &filename, geometry::Image &image)
 
bool cloudViewer::t::io::WriteImage (const std::string &filename, const geometry::Image &image, int quality)