Jafar
|
3D segments using anchored plucker parametrisation. More...
3D segments using anchored plucker parametrisation.
The first three parameters are the position of the camera. The next three parameters the normal to the plane and the last three are the direction of the segment (In total 9).
Definition at line 112 of file segmentAnchorPluckerFeature.hpp.
#include <segmentAnchorPluckerFeature.hpp>
Public Member Functions | |
void | toFrame (jblas::vec const &frame_, jblas::vec const &x_, jblas::vec &xRes) |
Computes the feature state x in frame_ , the result is stored in xRes. | |
void | toFrameJac (const jblas::vec &frame_, const jblas::vec &x_) |
Computes the jacobian of toFrame(). | |
void | fromFrame (jblas::vec const &frame_, jblas::vec const &x_, jblas::vec &xRes) |
Computes the feature state x expressed in frame_ in the frame of reference, the result is stored in xRes. | |
void | fromFrame (jblas::vec const &frame_, jblas::vec const &x_, jblas::vec_range &xRes) |
void | fromFrameJac (const jblas::vec &frame_, const jblas::vec &x_) |
Computes the jacobian of fromFrame(). | |
void | computePlucker (jblas::vec const &x, jblas::vec &L) |
remove the anchor | |
void | computePluckerJac (jblas::vec const &x) |
void | computePluckerJac (jblas::vec const &x, jblas::vec &L, jblas::mat &L_al) |
void | computeMergeState (const jblas::vec &x_, jblas::vec &mergeX_, jblas::mat &jac) |
Function to apply contraints over features (this function is only implemented for segment features) | |
void | computeAnchorPlucker (jblas::vec const &L, jblas::vec const &x0, jblas::vec &aL) |
add the anchor | |
void | computeAnchorPluckerJac (jblas::vec const &L, jblas::vec const &x0, jblas::vec &aL, jblas::mat &AL_l, jblas::mat &AL_x0) |
Public Attributes | |
jblas::mat | JunanchorPl |
void jafar::slam::SegAnchorPluckerFeatureModel::fromFrame | ( | jblas::vec const & | frame_, |
jblas::vec const & | x_, | ||
jblas::vec_range & | xRes | ||
) | [virtual] |
Implements jafar::slam::FeatureModel.
Generated on Wed Oct 15 2014 00:37:49 for Jafar by doxygen 1.7.6.1 |