|
Open3D (C++ API)
|
#include <RGBDImage.h>
Public Member Functions | |
| RGBDImage () | |
| RGBDImage (const Image &color, const Image &depth) | |
| ~RGBDImage () | |
Data Fields | |
| Image | color_ |
| Image | depth_ |
RGBDImage is for a pair of registered color and depth images, viewed from the same view, of the same resolution. If you have other format, convert it first.
|
inline |
|
inline |
| Image open3d::geometry::RGBDImage::color_ |
| Image open3d::geometry::RGBDImage::depth_ |
1.8.13