Open3D (C++ API)
0.19.0
|
#include <png.h>
#include "open3d/core/Dtype.h"
#include "open3d/t/io/ImageIO.h"
#include "open3d/utility/Logging.h"
Namespaces | |
open3d | |
open3d::t | |
open3d::t::io | |
Functions | |
bool | open3d::t::io::ReadImageFromPNG (const std::string &filename, geometry::Image &image) |
bool | open3d::t::io::WriteImageToPNG (const std::string &filename, const geometry::Image &image, int quality) |
bool | open3d::t::io::WriteImageToPNGInMemory (std::vector< uint8_t > &buffer, const t::geometry::Image &image, int quality) |