|
Jafar
|
sizeless point from omnidirectional image observe model. More...
sizeless point from omnidirectional image observe model.
Definition at line 224 of file pointFeature.hpp.
#include <pointFeature.hpp>

Public Member Functions | |
| OmniImagePointFeatureObserveModel (PointFeatureModel &featureModel_, jafar::camera::CameraParabolicBarreto const &camera_) | |
| Observation::ObservationType | typeObs () const |
| void | setBoParam (double alpha_=0.15, double kSigma_=1.0) |
| void | initStateInSensorFrame (InitFeature &feature_, Observation const &obs_, double dMin_, double dMax_) |
Public Attributes | |
| double | alpha |
| sigma/mean ratio | |
| double | beta |
| geometric serie base | |
Protected Member Functions | |
| jblas::vec const & | predictObservationInSensorFrame (const jblas::vec &feature_) |
| Prediction of the observation, the feature is expressed in the sensor frame featureInSensorFrame_. | |
| void | predictObservationInSensorFrameJac (const jblas::vec &feature_) |
| Jacobian of predictObservationInSensorFrame(). | |
| double | computeBaselineInSensorFrame (jblas::vec_range const &deltaPose, Observation const &obsRef) const |
Protected Attributes | |
| jafar::camera::CameraParabolicBarreto | camera |
| Generated on Wed Oct 15 2014 00:37:49 for Jafar by doxygen 1.7.6.1 |
|