24 "RGBD Image pair [{}Aligned]\n"
25 "Color [size=({},{}), channels={}, format={}, device={}]\n"
26 "Depth [size=({},{}), channels={}, format={}, device={}]",
filament::Texture::InternalFormat format
std::string ToString() const
Returns string representation of device, e.g. "CPU:0", "CUDA:0".
std::string ToString() const
core::Device GetDevice() const override
Get device of the image.
bool IsEmpty() const override
Returns true if rows * cols * channels == 0.
core::Dtype GetDtype() const
Get dtype of the image.
int64_t GetChannels() const
Get the number of channels of the image.
Image & Clear() override
Clear image contents by resetting the rows and cols to 0, while keeping channels, dtype and device un...
int64_t GetCols() const
Get the number of columns of the image.
int64_t GetRows() const
Get the number of rows of the image.
RGBDImage A pair of color and depth images.
bool IsEmpty() const override
Is any data stored?
Image depth_
The depth image.
bool AreAligned() const
Are the depth and color images aligned (same viewpoint and resolution)?
std::string ToString() const
Text description.
RGBDImage & Clear() override
Clear stored data.
Image color_
The color image.
Generic file read and write utility for python interface.