Open3D (C++ API)
0.12.0
|
Go to the source code of this file.
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) |
bool | open3d::io::ReadImageFromPNG (const std::string &filename, geometry::Image &image) |
bool | open3d::io::WriteImageToPNG (const std::string &filename, const geometry::Image &image, int quality) |
bool | open3d::io::ReadImageFromJPG (const std::string &filename, geometry::Image &image) |
bool | open3d::io::WriteImageToJPG (const std::string &filename, const geometry::Image &image, int quality) |
Variables | |
constexpr int | open3d::io::kOpen3DImageIODefaultQuality = -1 |