MRPT  2.0.0
List of all members | Public Member Functions | Public Attributes | Private Attributes
mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF Struct Reference

Detailed Description

Definition at line 229 of file CRandomFieldGridMap3D.h.

#include <mrpt/maps/CRandomFieldGridMap3D.h>

Inheritance diagram for mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF:

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

CRandomFieldGridMap3Dm_parent
 

Constructor & Destructor Documentation

◆ TObservationGMRF()

mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF::TObservationGMRF ( CRandomFieldGridMap3D parent)
inline

Definition at line 241 of file CRandomFieldGridMap3D.h.

Member Function Documentation

◆ evalJacobian()

void CRandomFieldGridMap3D::TObservationGMRF::evalJacobian ( double &  dr_dx) const
overridevirtual

Returns the derivative of the residual wrt the node value.

Implements mrpt::graphs::ScalarFactorGraph::UnaryFactorVirtualBase.

Definition at line 406 of file CRandomFieldGridMap3D.cpp.

◆ evaluateResidual()

double CRandomFieldGridMap3D::TObservationGMRF::evaluateResidual ( ) const
overridevirtual

Return the residual/error of this observation.

Implements mrpt::graphs::ScalarFactorGraph::FactorBase.

Definition at line 398 of file CRandomFieldGridMap3D.cpp.

◆ getInformation()

double CRandomFieldGridMap3D::TObservationGMRF::getInformation ( ) const
overridevirtual

Return the inverse of the variance of this constraint.

Implements mrpt::graphs::ScalarFactorGraph::FactorBase.

Definition at line 402 of file CRandomFieldGridMap3D.cpp.

Member Data Documentation

◆ Lambda

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().

◆ m_parent

CRandomFieldGridMap3D* mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF::m_parent
private

Definition at line 247 of file CRandomFieldGridMap3D.h.

◆ node_id

size_t mrpt::graphs::ScalarFactorGraph::UnaryFactorVirtualBase::node_id
inherited

◆ obsValue

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.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020