Open3D (C++ API)
0.17.0
|
#include "open3d/t/io/ImageIO.h"
#include <algorithm>
#include <cmath>
#include <unordered_map>
#include <vector>
#include "open3d/core/ParallelFor.h"
#include "open3d/io/ImageIO.h"
#include "open3d/t/geometry/kernel/GeometryIndexer.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/Random.h"
Namespaces | |
open3d | |
open3d::t | |
open3d::t::io | |
Functions | |
std::shared_ptr< geometry::Image > | open3d::t::io::CreateImageFromFile (const std::string &filename) |
bool | open3d::t::io::ReadImage (const std::string &filename, geometry::Image &image) |
bool | open3d::t::io::WriteImage (const std::string &filename, const geometry::Image &image, int quality) |