Open3D (C++ API)  0.18.0+252c867
Namespaces | Functions
ImageIO.cpp File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

#include "open3d/io/ImageIO.h"
#include <unordered_map>
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

std::shared_ptr< geometry::Image > open3d::io::CreateImageFromFile (const std::string &filename)
 
bool open3d::io::ReadImage (const std::string &filename, geometry::Image &image)
 
bool open3d::io::WriteImage (const std::string &filename, const geometry::Image &image, int quality)
 
std::shared_ptr< geometry::Image > open3d::io::CreateImageFromMemory (const std::string &image_format, const unsigned char *image_data_ptr, size_t image_data_size)
 Factory function to create an image from memory. More...
 
bool open3d::io::ReadImageFromMemory (const std::string &image_format, const unsigned char *image_data_ptr, size_t image_data_size, geometry::Image &image)