#include <MKVMetadata.h>
|
static bool | EigenVector3dFromJsonArray (Eigen::Vector3d &vec, const Json::Value &value) |
|
static bool | EigenVector3dToJsonArray (const Eigen::Vector3d &vec, Json::Value &value) |
|
static bool | EigenVector4dFromJsonArray (Eigen::Vector4d &vec, const Json::Value &value) |
|
static bool | EigenVector4dToJsonArray (const Eigen::Vector4d &vec, Json::Value &value) |
|
static bool | EigenMatrix3dFromJsonArray (Eigen::Matrix3d &mat, const Json::Value &value) |
|
static bool | EigenMatrix3dToJsonArray (const Eigen::Matrix3d &mat, Json::Value &value) |
|
static bool | EigenMatrix4dFromJsonArray (Eigen::Matrix4d &mat, const Json::Value &value) |
|
static bool | EigenMatrix4dToJsonArray (const Eigen::Matrix4d &mat, Json::Value &value) |
|
static bool | EigenMatrix4dFromJsonArray (Eigen::Matrix4d_u &mat, const Json::Value &value) |
|
static bool | EigenMatrix4dToJsonArray (const Eigen::Matrix4d_u &mat, Json::Value &value) |
|
static bool | EigenMatrix6dFromJsonArray (Eigen::Matrix6d &mat, const Json::Value &value) |
|
static bool | EigenMatrix6dToJsonArray (const Eigen::Matrix6d &mat, Json::Value &value) |
|
static bool | EigenMatrix6dFromJsonArray (Eigen::Matrix6d_u &mat, const Json::Value &value) |
|
static bool | EigenMatrix6dToJsonArray (const Eigen::Matrix6d_u &mat, Json::Value &value) |
|
class MKVMetadata
AzureKinect mkv metadata.
◆ ConvertFromJsonValue()
bool open3d::io::MKVMetadata::ConvertFromJsonValue |
( |
const Json::Value & |
value | ) |
|
|
overridevirtual |
◆ ConvertToJsonValue()
bool open3d::io::MKVMetadata::ConvertToJsonValue |
( |
Json::Value & |
value | ) |
const |
|
overridevirtual |
◆ color_mode_
std::string open3d::io::MKVMetadata::color_mode_ |
◆ depth_mode_
std::string open3d::io::MKVMetadata::depth_mode_ |
◆ height_
int open3d::io::MKVMetadata::height_ |
◆ intrinsics_
Shared intrinsics betwee RGB & depth.
We assume depth image is always warped to the color image system.
◆ serial_number_
std::string open3d::io::MKVMetadata::serial_number_ = "" |
◆ stream_length_usec_
uint64_t open3d::io::MKVMetadata::stream_length_usec_ = 0 |
Length of the video (usec).
◆ width_
int open3d::io::MKVMetadata::width_ |
The documentation for this class was generated from the following files: