Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
jafar::slam::PointInvDepthFeatureModel Class Reference

Sizeless 3D point using the inverse-depth parametrisation. More...


Detailed Description

Sizeless 3D point using the inverse-depth parametrisation.

The first three parameters are the position of the camera. The next three parameters is the direction of the point from the camera. The last parameter is the inverse of the distance.

Definition at line 22 of file pointInvDepthFeature.hpp.

#include <pointInvDepthFeature.hpp>

Inheritance diagram for jafar::slam::PointInvDepthFeatureModel:
Inheritance graph
[legend]

List of all members.

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 compute3dPoint (jblas::vec const &x, jblas::vec &pt)
void compute3dPointJac (jblas::vec const &x)
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)

Public Attributes

jblas::mat J3dPoint

Member Function Documentation

void jafar::slam::PointInvDepthFeatureModel::fromFrame ( jblas::vec const &  frame_,
jblas::vec const &  x_,
jblas::vec_range &  xRes 
) [virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:49 for Jafar by doxygen 1.7.6.1
LAAS-CNRS