Public Member Functions |
| double | calcErr (const Node &nd0, const Node &nd1, double alpha) |
| | calculates projection error and stores it in <err>
|
| void | setJacobians (std::vector< Node, Eigen::aligned_allocator< Node > > &nodes) |
| | jacobians are computed from (ti - tj)^2 - a*kij = 0
|
Public Attributes |
| double | err |
| | error
|
| bool | isValid |
| | valid or not (could be out of bounds)
|
| Eigen::Vector3d | J0 |
| Eigen::Vector3d | J1 |
| double | ks |
| | Scale factor for this constraint.
|
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW int | nd0 |
| | Reference pose index.
|
| int | nd1 |
| | Node index for the second node.
|
| int | sv |
| | Scale variable index.
|
| double | w |
| | Weight for this constraint.
|
CONSCALE holds a constraint measurement on the scale of a pose-pose constraint, in a scale group
Definition at line 349 of file sba.h.