Jafar
|
Class for anchored homogeneous 3D points. More...
Class for anchored homogeneous 3D points.
Definition at line 35 of file landmarkAnchoredHomogeneousPoint.hpp.
#include <landmarkAnchoredHomogeneousPoint.hpp>
Public Member Functions | |
LandmarkAnchoredHomogeneousPoint (const map_ptr_t &mapPtr) | |
Constructor from map. | |
LandmarkAnchoredHomogeneousPoint (const simulation_t dummy, const map_ptr_t &mapPtr) | |
virtual std::string | typeName () const |
virtual bool | needToDie () |
Evaluate the landmark's special need to die. | |
virtual jblas::ind_array | nobs () |
Indices of the state that are supposed to be non observable (typically inverse depth for points from camera ; if the sensor can observe depth, we won't use an inverse depth parametrization) | |
virtual size_t | mySize () |
Size of the landmark state. | |
virtual size_t | reparamSize () |
Size of the reparametrized landmark. | |
virtual jblas::vec3 | center () |
Position x,y,z of the center of the landmark. | |
virtual double | uncertainty () |
The max uncertainty of the landmark position (3 sigma in meters) | |
virtual vec | reparametrize_func (const vec &lmk) const |
void | reparametrize_func (const vec &ahp, vec &euc, mat &EUC_ahp) const |
Reparametrize to Euclidean, with Jacobians. | |
Static Public Member Functions | |
static size_t | size (void) |
Static Public Attributes | |
static unsigned | ncreated |
virtual bool jafar::rtslam::LandmarkAnchoredHomogeneousPoint::needToDie | ( | ) | [virtual] |
Evaluate the landmark's special need to die.
Reimplemented from jafar::rtslam::LandmarkAbstract.
void jafar::rtslam::LandmarkAnchoredHomogeneousPoint::reparametrize_func | ( | const vec & | ahp, |
vec & | euc, | ||
mat & | EUC_ahp | ||
) | const [inline, virtual] |
Reparametrize to Euclidean, with Jacobians.
ahp | the anchored homogeneous point to be reparametrized. |
euc | the returned Euclidean point. |
EUC_ahp | the Jacobian of the conversion. |
Implements jafar::rtslam::LandmarkAbstract.
Definition at line 88 of file landmarkAnchoredHomogeneousPoint.hpp.
References jafar::rtslam::lmkAHP::ahp2euc().
Generated on Wed Oct 15 2014 00:37:45 for Jafar by doxygen 1.7.6.1 |