|
Open3D (C++ API)
0.19.0
|
#include <Eigen/Core>#include <memory>#include <vector>#include "open3d/geometry/Geometry2D.h"#include "open3d/utility/Logging.h"Go to the source code of this file.
Data Structures | |
| class | open3d::geometry::Image |
| The Image class stores image with customizable width, height, num of channels and bytes per channel. More... | |
Namespaces | |
| open3d | |
| open3d::camera | |
| open3d::geometry | |
Typedefs | |
| typedef std::vector< std::shared_ptr< Image > > | open3d::geometry::ImagePyramid |
| Typedef and functions for ImagePyramid. More... | |