
Definition at line 104 of file posegraph.hh.
Public Attributes | |
| Vertex * | v1 |
| Vertex * | v2 |
| Vertex * | top |
| int | length |
| Transformation | transformation |
| Information | informationMatrix |
| bool | mark |
| double | learningRate |
| Vertex* TreePoseGraph< Ops >::Edge::v1 |
The constraint is defined between v1 and v2
Definition at line 105 of file posegraph.hh.
| Vertex* TreePoseGraph< Ops >::Edge::v2 |
The constraint is defined between v1 and v2
Definition at line 106 of file posegraph.hh.
| Vertex* TreePoseGraph< Ops >::Edge::top |
The node with the smallest level in the path
Definition at line 107 of file posegraph.hh.
| int TreePoseGraph< Ops >::Edge::length |
Length of the path on the tree (number of vertieces involved)
Definition at line 108 of file posegraph.hh.
| Transformation TreePoseGraph< Ops >::Edge::transformation |
Transformation describing the constraint (relative mapping)
Definition at line 109 of file posegraph.hh.
| Information TreePoseGraph< Ops >::Edge::informationMatrix |
Uncertainty encoded in the information matrix
Definition at line 110 of file posegraph.hh.
1.5.0