Definition at line 199 of file CRandomFieldGridMap3D.h.
#include <mrpt/maps/CRandomFieldGridMap3D.h>
Public Member Functions | |
double | evaluateResidual () const MRPT_OVERRIDE |
Return the residual/error of this observation. More... | |
double | getInformation () const MRPT_OVERRIDE |
Return the inverse of the variance of this constraint. More... | |
void | evalJacobian (double &dr_dx) const MRPT_OVERRIDE |
Returns the derivative of the residual wrt the node value. More... | |
TObservationGMRF (CRandomFieldGridMap3D &parent) | |
Public Attributes | |
double | obsValue |
Observation value. More... | |
double | Lambda |
"Information" of the observation (=inverse of the variance) More... | |
size_t | node_id |
Private Attributes | |
CRandomFieldGridMap3D * | m_parent |
|
inline |
Definition at line 208 of file CRandomFieldGridMap3D.h.
|
virtual |
Returns the derivative of the residual wrt the node value.
Implements mrpt::graphs::ScalarFactorGraph::UnaryFactorVirtualBase.
|
virtual |
Return the residual/error of this observation.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
|
virtual |
Return the inverse of the variance of this constraint.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
double mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF::Lambda |
"Information" of the observation (=inverse of the variance)
Definition at line 202 of file CRandomFieldGridMap3D.h.
|
private |
Definition at line 210 of file CRandomFieldGridMap3D.h.
|
inherited |
Definition at line 58 of file ScalarFactorGraph.h.
double mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF::obsValue |
Observation value.
Definition at line 201 of file CRandomFieldGridMap3D.h.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |