|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
One panorama's independent resection against one frame. More...
#include <PanoramaLoopEdges.hpp>
Public Attributes | |
| int | frame = -1 |
| index into the optimizer's frame vector | |
| Eigen::Matrix4d | T_pano_frame = Eigen::Matrix4d::Identity() |
| pano-from-frame: maps a point in the frame's optical coordinates into the panorama's coordinates. | |
| int | inliers = 0 |
| gated bearing inliers supporting this resection | |
One panorama's independent resection against one frame.
Definition at line 193 of file PanoramaLoopEdges.hpp.
| int reusex::geometry::detail::PanoResection::frame = -1 |
index into the optimizer's frame vector
Definition at line 194 of file PanoramaLoopEdges.hpp.
| int reusex::geometry::detail::PanoResection::inliers = 0 |
gated bearing inliers supporting this resection
Definition at line 198 of file PanoramaLoopEdges.hpp.
| Eigen::Matrix4d reusex::geometry::detail::PanoResection::T_pano_frame = Eigen::Matrix4d::Identity() |
pano-from-frame: maps a point in the frame's optical coordinates into the panorama's coordinates.
Built from that frame's correspondences ALONE.
Definition at line 197 of file PanoramaLoopEdges.hpp.