59 "Aligned image pair must have the same resolution.");
RGBDImage()
Default Comnstructor.
Definition: RGBDImage.h:43
bool AreAligned() const
Are the depth and color images aligned (same viewpoint and resolution)?
Definition: RGBDImage.h:72
int64_t GetRows() const
Get the number of rows of the image.
Definition: Image.h:93
GeometryType
Specifies possible geometry types.
Definition: Geometry.h:43
void LogWarning(const char *format, const Args &... args)
Definition: Console.h:181
bool IsEmpty() const override
Is any data stored?
Definition: RGBDImage.cpp:39
core::Tensor GetMaxBound() const
Compute max 2D coordinates for the data.
Definition: RGBDImage.h:80
The Image class stores image with customizable rols, cols, channels, dtype and device.
Definition: Image.h:45
math::float4 color
Definition: LineSetBuffers.cpp:64
core::Tensor GetMinBound() const
Compute min 2D coordinates for the data (always {0,0}).
Definition: RGBDImage.h:75
bool aligned_
Are the depth and color images aligned (same viewpoint and resolution)?
Definition: RGBDImage.h:102
open3d::geometry::Image ToLegacyImage() const
Convert to legacy Image type.
Definition: Image.cpp:101
int64_t GetCols() const
Get the number of columns of the image.
Definition: Image.h:96
RGBDImage is for a pair of registered color and depth images,.
Definition: RGBDImage.h:46
RGBDImage(const Image &color, const Image &depth, bool aligned=true)
Parameterized Constructor.
Definition: RGBDImage.h:50
std::string ToString() const
Text description.
Definition: RGBDImage.cpp:41
static Tensor Zeros(const SizeVector &shape, Dtype dtype, const Device &device=Device("CPU:0"))
Create a tensor fill with zeros.
Definition: Tensor.cpp:182
open3d::geometry::RGBDImage ToLegacyRGBDImage() const
Convert to the legacy RGBDImage format.
Definition: RGBDImage.h:88
The base geometry class.
Definition: Geometry.h:38
static const Dtype Int64
Definition: Dtype.h:45
Definition: PinholeCameraIntrinsic.cpp:35
RGBDImage A pair of color and depth images.
Definition: RGBDImage.h:40
Image color_
The color image.
Definition: RGBDImage.h:98
~RGBDImage() override
Definition: RGBDImage.h:63
RGBDImage & Clear() override
Clear stored data.
Definition: RGBDImage.cpp:33
Image depth_
The depth image.
Definition: RGBDImage.h:100