|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Outcome of aligning one panorama. More...
#include <PanoramaAlignment.hpp>

Public Attributes | |
| int | pano_id = -1 |
| int | seed_node = -1 |
| bool | aligned = false |
| int | inliers = 0 |
| pooled PnP inliers supporting the pose | |
| double | rms_deg = -1.0 |
| angular reprojection RMS over inliers (deg) | |
| std::array< double, 16 > | pose |
| panorama-optical->world, row-major 4x4 (same convention as ProjectDB::sensor_frame_pose). | |
| double | delta_from_seed_m = -1.0 |
| Translation delta from the timestamp-seed placement (m); -1 when there is no seed, or when the seed frame carries no usable stored pose to measure against (#336) — in which case the max_correction_m plausibility gate is skipped and a warning names the frame. | |
Outcome of aligning one panorama.
Definition at line 89 of file PanoramaAlignment.hpp.
| bool reusex::geometry::PanoramaAlignmentResult::aligned = false |
Definition at line 92 of file PanoramaAlignment.hpp.
| double reusex::geometry::PanoramaAlignmentResult::delta_from_seed_m = -1.0 |
Translation delta from the timestamp-seed placement (m); -1 when there is no seed, or when the seed frame carries no usable stored pose to measure against (#336) — in which case the max_correction_m plausibility gate is skipped and a warning names the frame.
Definition at line 103 of file PanoramaAlignment.hpp.
| int reusex::geometry::PanoramaAlignmentResult::inliers = 0 |
pooled PnP inliers supporting the pose
Definition at line 93 of file PanoramaAlignment.hpp.
| int reusex::geometry::PanoramaAlignmentResult::pano_id = -1 |
Definition at line 90 of file PanoramaAlignment.hpp.
| std::array<double, 16> reusex::geometry::PanoramaAlignmentResult::pose |
panorama-optical->world, row-major 4x4 (same convention as ProjectDB::sensor_frame_pose).
Identity when !aligned.
Definition at line 97 of file PanoramaAlignment.hpp.
| double reusex::geometry::PanoramaAlignmentResult::rms_deg = -1.0 |
angular reprojection RMS over inliers (deg)
Definition at line 94 of file PanoramaAlignment.hpp.
| int reusex::geometry::PanoramaAlignmentResult::seed_node = -1 |
Definition at line 91 of file PanoramaAlignment.hpp.