![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Vision/PoseGraphOptimization.h>
Constraints between nodes, i.e. relative poses between them. More...
Constraints between nodes, i.e. relative poses between them.
Public Attributes | |
| int | from = 0 |
| From node id. | |
| int | to = 0 |
| To node id. | |
| mat4 | T = mat4::Identity() |
| Transformation between "from" and "to" nodes. | |
| mat6 | information |
| Inverse covariance matrix of the pose represented in the format (tx,ty,tz,qx,qy,qz) with (qx,qy,qz) being a unit quaternion. | |
| mat6 information |
Inverse covariance matrix of the pose represented in the format (tx,ty,tz,qx,qy,qz) with (qx,qy,qz) being a unit quaternion.