Simple, scalar (1-dim) constraint (edge) for a GMRF.
Definition at line 67 of file ScalarFactorGraph.h.
#include <mrpt/graphs/ScalarFactorGraph.h>

Public Member Functions | |
| virtual void | evalJacobian (double &dr_dxi, double &dr_dxj) const =0 |
| Returns the derivative of the residual wrt the node values. More... | |
| virtual double | evaluateResidual () const =0 |
| Return the residual/error of this observation. More... | |
| virtual double | getInformation () const =0 |
| Return the inverse of the variance of this constraint. More... | |
Public Attributes | |
| size_t | node_id_i |
| size_t | node_id_j |
|
pure virtual |
Returns the derivative of the residual wrt the node values.
Implemented in mrpt::maps::CRandomFieldGridMap3D::TPriorFactorGMRF, and mrpt::maps::CRandomFieldGridMap2D::TPriorFactorGMRF.
|
pure virtualinherited |
Return the residual/error of this observation.
Implemented in mrpt::maps::CRandomFieldGridMap3D::TPriorFactorGMRF, mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF, mrpt::maps::CRandomFieldGridMap2D::TPriorFactorGMRF, and mrpt::maps::CRandomFieldGridMap2D::TObservationGMRF.
|
pure virtualinherited |
Return the inverse of the variance of this constraint.
Implemented in mrpt::maps::CRandomFieldGridMap3D::TPriorFactorGMRF, mrpt::maps::CRandomFieldGridMap3D::TObservationGMRF, mrpt::maps::CRandomFieldGridMap2D::TPriorFactorGMRF, and mrpt::maps::CRandomFieldGridMap2D::TObservationGMRF.
| size_t mrpt::graphs::ScalarFactorGraph::BinaryFactorVirtualBase::node_id_i |
Definition at line 69 of file ScalarFactorGraph.h.
Referenced by mrpt::maps::CRandomFieldGridMap2D::internal_clear(), and mrpt::maps::CRandomFieldGridMap3D::internal_initialize().
| size_t mrpt::graphs::ScalarFactorGraph::BinaryFactorVirtualBase::node_id_j |
Definition at line 69 of file ScalarFactorGraph.h.
Referenced by mrpt::maps::CRandomFieldGridMap2D::internal_clear(), and mrpt::maps::CRandomFieldGridMap3D::internal_initialize().
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 63ea9d1f1 Thu Nov 23 00:06:53 2017 +0100 at mar 26 may 2026 12:19:29 CEST |