|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Metadata for a panoramic image (pixel data loaded on-demand). More...
#include <viewer_types.hpp>

Public Attributes | |
| int | id |
| Database row ID. | |
| std::string | filename |
| Original filename. | |
| int | node_id |
| Linked sensor frame (-1 if unmatched). | |
| bool | pose_valid = false |
| Whether a 3D pose is available. | |
| double | px |
| double | py |
| double | pz |
| Position from sensor frame pose. | |
| std::array< double, 16 > | pose |
| Full 4x4 SE(3) row-major world pose. | |
Metadata for a panoramic image (pixel data loaded on-demand).
Definition at line 70 of file viewer_types.hpp.
| std::string rux::view::PanoramaInfo::filename |
Original filename.
Definition at line 72 of file viewer_types.hpp.
| int rux::view::PanoramaInfo::id |
Database row ID.
Definition at line 71 of file viewer_types.hpp.
| int rux::view::PanoramaInfo::node_id |
Linked sensor frame (-1 if unmatched).
Definition at line 73 of file viewer_types.hpp.
| std::array<double, 16> rux::view::PanoramaInfo::pose |
Full 4x4 SE(3) row-major world pose.
Definition at line 76 of file viewer_types.hpp.
| bool rux::view::PanoramaInfo::pose_valid = false |
Whether a 3D pose is available.
Definition at line 74 of file viewer_types.hpp.
| double rux::view::PanoramaInfo::px |
Definition at line 75 of file viewer_types.hpp.
| double rux::view::PanoramaInfo::py |
Definition at line 75 of file viewer_types.hpp.
| double rux::view::PanoramaInfo::pz |
Position from sensor frame pose.
Definition at line 75 of file viewer_types.hpp.