![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
struct for storing camera data More...
#include <Messages.h>

Public Member Functions | |
| CameraData () | |
| MSGPACK_DEFINE_MAP (R, t, intrinsic_model, intrinsic_parameters, width, height, images) | |
Static Public Member Functions | |
| static std::string | MsgId () |
Public Attributes | |
| std::array< double, 4 > | R |
| rotation R as quaternion [x,y,z,w] More... | |
| std::array< double, 3 > | t |
| translation More... | |
| std::string | intrinsic_model |
| std::vector< double > | intrinsic_parameters |
| int | width |
| image dimensions in pixels More... | |
| int | height |
| std::map< std::string, Array > | images |
| map of arrays that can be interpreted as camera images More... | |
struct for storing camera data
Definition at line 426 of file Messages.h.
|
inline |
Definition at line 429 of file Messages.h.
|
inlinestatic |
Definition at line 427 of file Messages.h.
| cloudViewer::io::rpc::messages::CameraData::MSGPACK_DEFINE_MAP | ( | R | , |
| t | , | ||
| intrinsic_model | , | ||
| intrinsic_parameters | , | ||
| width | , | ||
| height | , | ||
| images | |||
| ) |
| int cloudViewer::io::rpc::messages::CameraData::height |
Definition at line 447 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| std::map<std::string, Array> cloudViewer::io::rpc::messages::CameraData::images |
map of arrays that can be interpreted as camera images
Definition at line 450 of file Messages.h.
| std::string cloudViewer::io::rpc::messages::CameraData::intrinsic_model |
intrinsic parameters following colmap's convention, e.g. intrinsic_model = "SIMPLE_RADIAL"; intrinsic_parameters = {f, cx, cy, k};
Definition at line 442 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| std::vector<double> cloudViewer::io::rpc::messages::CameraData::intrinsic_parameters |
Definition at line 443 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| std::array<double, 4> cloudViewer::io::rpc::messages::CameraData::R |
rotation R as quaternion [x,y,z,w]
Definition at line 435 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| std::array<double, 3> cloudViewer::io::rpc::messages::CameraData::t |
translation
Definition at line 437 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().
| int cloudViewer::io::rpc::messages::CameraData::width |
image dimensions in pixels
Definition at line 446 of file Messages.h.
Referenced by cloudViewer::io::rpc::SetLegacyCamera().