Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Namespaces | Functions
ImageIO.cpp File Reference

(bba9247 (Tue Jul 28 21:42:19 2026 -0700))

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

Namespaces

namespace  open3d
 
namespace  open3d::io
 

Functions

std::shared_ptr< geometry::Imageopen3d::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::Imageopen3d::io::CreateImageFromMemory (const std::string &image_format, const unsigned char *image_data_ptr, size_t image_data_size)
 
bool open3d::io::ReadImageFromMemory (const std::string &image_format, const unsigned char *image_data_ptr, size_t image_data_size, geometry::Image &image)
 

Variable Documentation

◆ read_from_file

std::function<bool(const std::string&, geometry::Image&)> read_from_file

◆ read_from_memory

std::function<bool(const unsigned char*, size_t, geometry::Image&)> read_from_memory

◆ signature

std::string signature