ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ImageIO.h File Reference
#include <ImageIO.h>
#include <string>
#include "cloudViewer/t/geometry/Image.h"
Include dependency graph for ImageIO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloudViewer::t::io::DepthNoiseSimulator
 

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)
 
bool cloudViewer::t::io::ReadImageFromPNG (const std::string &filename, geometry::Image &image)
 
bool cloudViewer::t::io::WriteImageToPNG (const std::string &filename, const geometry::Image &image, int quality)
 
bool cloudViewer::t::io::WriteImageToPNGInMemory (std::vector< uint8_t > &buffer, const t::geometry::Image &image, int quality)
 
bool cloudViewer::t::io::ReadImageFromJPG (const std::string &filename, geometry::Image &image)
 
bool cloudViewer::t::io::WriteImageToJPG (const std::string &filename, const geometry::Image &image, int quality)
 

Variables

constexpr int cloudViewer::t::io::kCloudViewerImageIODefaultQuality = -1