Public Member Functions |
Eigen::Matrix< double, 12, 1 > | calcErr (const Node &nd, const Point &pt) |
| calculates projection error and stores it in <err>
|
void | setJacobians (std::vector< Node, Eigen::aligned_allocator< Node > > nodes) |
Public Attributes |
Eigen::Matrix< double, 12, 1 > | err |
| error
|
Eigen::Matrix< double, 3, 6 > | Hpc |
| temp storage for Hpc, Tpc matrices in SBA
|
bool | isValid |
| valid or not (could be out of bounds)
|
Eigen::Matrix< double, 6, 6 > | J10 |
| Jacobians of 0p1,0p2 with respect to global p0, p1, p2.
|
Eigen::Matrix< double, 6, 6 > | J11 |
Eigen::Matrix< double, 6, 6 > | J20 |
Eigen::Matrix< double, 6, 6 > | J22 |
Eigen::Matrix< double, 12, 1 > | mean |
| Mean vector and precision matrix for this constraint.
|
int | nd1 |
| Node indices, the constraint for this object.
|
int | nd2 |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW int | ndr |
| Reference pose index.
|
Eigen::Matrix< double, 12, 12 > | prec |
Eigen::Matrix< double, 6, 3 > | Tpc |
CONP3P holds a constraint measurement between 3 poses. They are a repository for links between poses within a frame, with aux info such as jacobians
Definition at line 394 of file sba.h.