|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Seed motion of one consecutive-frame odometry edge. More...
#include <PlaneGraphOptimizer.hpp>
Public Attributes | |
| double | translation = 0.0 |
| |t_i+1 - t_i| in the seed trajectory (m) | |
| double | rotation = 0.0 |
| relative rotation angle of the seed pair (rad) | |
Seed motion of one consecutive-frame odometry edge.
Definition at line 90 of file PlaneGraphOptimizer.hpp.
| double reusex::geometry::OdometryEdgeMotion::rotation = 0.0 |
relative rotation angle of the seed pair (rad)
Definition at line 92 of file PlaneGraphOptimizer.hpp.
| double reusex::geometry::OdometryEdgeMotion::translation = 0.0 |
|t_i+1 - t_i| in the seed trajectory (m)
Definition at line 91 of file PlaneGraphOptimizer.hpp.