|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Summary statistics from loop-edge detection. More...
#include <LoopClosure.hpp>
Public Attributes | |
| int | candidates = 0 |
| spatially proposed pairs that were matched | |
| int | edges = 0 |
| accepted loop edges | |
| int | total_inliers = 0 |
| summed RANSAC inliers across accepted edges | |
Summary statistics from loop-edge detection.
Definition at line 224 of file LoopClosure.hpp.
| int reusex::geometry::LoopClosureResult::candidates = 0 |
spatially proposed pairs that were matched
Definition at line 225 of file LoopClosure.hpp.
| int reusex::geometry::LoopClosureResult::edges = 0 |
accepted loop edges
Definition at line 226 of file LoopClosure.hpp.
| int reusex::geometry::LoopClosureResult::total_inliers = 0 |
summed RANSAC inliers across accepted edges
Definition at line 227 of file LoopClosure.hpp.