MRPT
2.0.1
|
Definition at line 229 of file CRandomFieldGridMap3D.h.
#include <mrpt/maps/CRandomFieldGridMap3D.h>
Public Member Functions | |
double | evaluateResidual () const override |
Return the residual/error of this observation. More... | |
double | getInformation () const override |
Return the inverse of the variance of this constraint. More... | |
void | evalJacobian (double &dr_dx) const 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 241 of file CRandomFieldGridMap3D.h.
|
overridevirtual |
Returns the derivative of the residual wrt the node value.
Implements mrpt::graphs::ScalarFactorGraph::UnaryFactorVirtualBase.
Definition at line 406 of file CRandomFieldGridMap3D.cpp.
|
overridevirtual |
Return the residual/error of this observation.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
Definition at line 398 of file CRandomFieldGridMap3D.cpp.
|
overridevirtual |
Return the inverse of the variance of this constraint.
Implements mrpt::graphs::ScalarFactorGraph::FactorBase.
Definition at line 402 of file CRandomFieldGridMap3D.cpp.
double mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF::Lambda |
"Information" of the observation (=inverse of the variance)
Definition at line 235 of file CRandomFieldGridMap3D.h.
Referenced by mrpt::maps::CRandomFieldGridMap3D::insertIndividualReading().
|
private |
Definition at line 247 of file CRandomFieldGridMap3D.h.
|
inherited |
Definition at line 58 of file ScalarFactorGraph.h.
Referenced by mrpt::maps::CRandomFieldGridMap3D::insertIndividualReading(), mrpt::maps::CRandomFieldGridMap2D::insertObservation_GMRF(), and mrpt::maps::CRandomFieldGridMap2D::internal_clear().
double mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF::obsValue |
Observation value.
Definition at line 233 of file CRandomFieldGridMap3D.h.
Referenced by mrpt::maps::CRandomFieldGridMap3D::insertIndividualReading().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |