g2o
Public Member Functions | List of all members
g2o::EdgeLine2D Class Reference

#include <edge_line2d.h>

Inheritance diagram for g2o::EdgeLine2D:
Inheritance graph
[legend]
Collaboration diagram for g2o::EdgeLine2D:
Collaboration graph
[legend]

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgeLine2D ()
 
void computeError ()
 
virtual bool read (std::istream &is)
 read the vertex from a stream, i.e., the internal state of the vertex More...
 
virtual bool write (std::ostream &os) const
 write the vertex to a stream More...
 
virtual void setMeasurement (const Line2D &m)
 
virtual void setMeasurement (const Vector2D &m)
 
virtual bool setMeasurementData (const double *d)
 
virtual bool getMeasurementData (double *d) const
 
virtual int measurementDimension () const
 
virtual bool setMeasurementFromState ()
 
virtual double initialEstimatePossible (const OptimizableGraph::VertexSet &, OptimizableGraph::Vertex *)
 
virtual void linearizeOplus ()
 
- Public Member Functions inherited from g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >
 BaseBinaryEdge ()
 
virtual OptimizableGraph::VertexcreateFrom ()
 
virtual OptimizableGraph::VertexcreateTo ()
 
virtual OptimizableGraph::VertexcreateVertex (int i)
 
virtual void resize (size_t size)
 
virtual bool allVerticesFixed () const
 
virtual void linearizeOplus (JacobianWorkspace &jacobianWorkspace)
 
const JacobianXiOplusTypejacobianOplusXi () const
 returns the result of the linearization in the manifold space for the node xi More...
 
const JacobianXjOplusTypejacobianOplusXj () const
 returns the result of the linearization in the manifold space for the node xj More...
 
virtual void constructQuadraticForm ()
 
virtual void mapHessianMemory (double *d, int i, int j, bool rowMajor)
 
- Public Member Functions inherited from g2o::BaseEdge< D, Line2D >
 BaseEdge ()
 
virtual ~BaseEdge ()
 
virtual double chi2 () const
 computes the chi2 based on the cached error value, only valid after computeError has been called. More...
 
virtual const double * errorData () const
 returns the error vector cached after calling the computeError; More...
 
virtual double * errorData ()
 
const ErrorVectorerror () const
 
ErrorVectorerror ()
 
EIGEN_STRONG_INLINE const InformationTypeinformation () const
 information matrix of the constraint More...
 
EIGEN_STRONG_INLINE InformationTypeinformation ()
 
EIGEN_STRONG_INLINE void setInformation (const InformationType &information)
 
virtual const double * informationData () const
 returns the memory of the information matrix, usable for example with a Eigen::Map<MatrixXD> More...
 
virtual double * informationData ()
 
EIGEN_STRONG_INLINE const Measurementmeasurement () const
 accessor functions for the measurement represented by the edge More...
 
virtual int rank () const
 
virtual void initialEstimate (const OptimizableGraph::VertexSet &, OptimizableGraph::Vertex *)
 
- Public Member Functions inherited from g2o::OptimizableGraph::Edge
 Edge ()
 
virtual ~Edge ()
 
virtual Edgeclone () const
 
RobustKernelrobustKernel () const
 if NOT NULL, error of this edge will be robustifed with the kernel More...
 
void setRobustKernel (RobustKernel *ptr)
 
int level () const
 returns the level of the edge More...
 
void setLevel (int l)
 sets the level of the edge More...
 
int dimension () const
 returns the dimensions of the error function More...
 
 G2O_ATTRIBUTE_DEPRECATED (virtual Vertex *createFrom())
 
 G2O_ATTRIBUTE_DEPRECATED (virtual Vertex *createTo())
 
long long internalId () const
 the internal ID of the edge More...
 
OptimizableGraphgraph ()
 
const OptimizableGraphgraph () const
 
bool setParameterId (int argNum, int paramId)
 
const Parameterparameter (int argNo) const
 
size_t numParameters () const
 
void resizeParameters (size_t newSize)
 
- Public Member Functions inherited from g2o::HyperGraph::Edge
 Edge (int id=InvalidId)
 creates and empty edge with no vertices More...
 
const VertexContainervertices () const
 
VertexContainervertices ()
 
const Vertexvertex (size_t i) const
 
Vertexvertex (size_t i)
 
void setVertex (size_t i, Vertex *v)
 
int id () const
 
void setId (int id)
 
virtual HyperGraphElementType elementType () const
 
int numUndefinedVertices () const
 
- Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement
virtual ~HyperGraphElement ()
 
HyperGraphElementclone () const
 
- Public Member Functions inherited from g2o::HyperGraph::DataContainer
 DataContainer ()
 
virtual ~DataContainer ()
 
const DatauserData () const
 the user data associated with this vertex More...
 
DatauserData ()
 
void setUserData (Data *obs)
 
void addUserData (Data *obs)
 

Additional Inherited Members

- Public Types inherited from g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >
typedef VertexLine2D VertexXiType
 
typedef VertexLine2D VertexXjType
 
typedef BaseEdge< D, Line2D >::Measurement Measurement
 
typedef Eigen::Matrix< double, D, Di, D==1?Eigen::RowMajor:Eigen::ColMajor >::AlignedMapType JacobianXiOplusType
 
typedef Eigen::Matrix< double, D, Dj, D==1?Eigen::RowMajor:Eigen::ColMajor >::AlignedMapType JacobianXjOplusType
 
typedef BaseEdge< D, Line2D >::ErrorVector ErrorVector
 
typedef BaseEdge< D, Line2D >::InformationType InformationType
 
typedef Eigen::Map< Eigen::Matrix< double, Di, Dj, Di==1?Eigen::RowMajor:Eigen::ColMajor >, Eigen::Matrix< double, Di, Dj, Di==1?Eigen::RowMajor:Eigen::ColMajor >::Flags &Eigen::AlignedBit?Eigen::Aligned:Eigen::Unaligned > HessianBlockType
 
typedef Eigen::Map< Eigen::Matrix< double, Dj, Di, Dj==1?Eigen::RowMajor:Eigen::ColMajor >, Eigen::Matrix< double, Dj, Di, Dj==1?Eigen::RowMajor:Eigen::ColMajor >::Flags &Eigen::AlignedBit?Eigen::Aligned:Eigen::Unaligned > HessianBlockTransposedType
 
- Public Types inherited from g2o::BaseEdge< D, Line2D >
typedef Line2D Measurement
 
typedef Eigen::Matrix< double, D, 1, Eigen::ColMajor > ErrorVector
 
typedef Eigen::Matrix< double, D, D, Eigen::ColMajor > InformationType
 
- Static Public Attributes inherited from g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >
static const int Di
 
static const int Dj
 
static const int Dimension
 
- Static Public Attributes inherited from g2o::BaseEdge< D, Line2D >
static const int Dimension
 
- Protected Member Functions inherited from g2o::BaseEdge< D, Line2D >
InformationType robustInformation (const Vector3D &rho)
 
- Protected Member Functions inherited from g2o::OptimizableGraph::Edge
template<typename ParameterType >
bool installParameter (ParameterType *&p, size_t argNo, int paramId=-1)
 
template<typename CacheType >
void resolveCache (CacheType *&cache, OptimizableGraph::Vertex *, const std::string &_type, const ParameterVector &parameters)
 
bool resolveParameters ()
 
virtual bool resolveCaches ()
 
- Protected Attributes inherited from g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >
bool _hessianRowMajor
 
HessianBlockType _hessian
 
HessianBlockTransposedType _hessianTransposed
 
JacobianXiOplusType _jacobianOplusXi
 
JacobianXjOplusType _jacobianOplusXj
 
- Protected Attributes inherited from g2o::BaseEdge< D, Line2D >
Measurement _measurement
 
InformationType _information
 
ErrorVector _error
 
- Protected Attributes inherited from g2o::OptimizableGraph::Edge
int _dimension
 
int _level
 
RobustKernel_robustKernel
 
long long _internalId
 
std::vector< int > _cacheIds
 
std::vector< std::string > _parameterTypes
 
std::vector< Parameter ** > _parameters
 
std::vector< int > _parameterIds
 
- Protected Attributes inherited from g2o::HyperGraph::Edge
VertexContainer _vertices
 
int _id
 unique id More...
 
- Protected Attributes inherited from g2o::HyperGraph::DataContainer
Data_userData
 

Detailed Description

Definition at line 37 of file edge_line2d.h.

Constructor & Destructor Documentation

EdgeLine2D::EdgeLine2D ( )

Member Function Documentation

void g2o::EdgeLine2D::computeError ( )
inlinevirtual

Implements g2o::OptimizableGraph::Edge.

Definition at line 43 of file edge_line2d.h.

References g2o::BaseVertex< D, T >::estimate().

44  {
45  const VertexLine2D* v1 = static_cast<const VertexLine2D*>(_vertices[0]);
46  const VertexLine2D* v2 = static_cast<const VertexLine2D*>(_vertices[1]);
47  _error = (v2->estimate()-v1->estimate())-_measurement;
48  }
Measurement _measurement
Definition: base_edge.h:87
VertexContainer _vertices
Definition: hyper_graph.h:202
virtual bool g2o::EdgeLine2D::getMeasurementData ( double *  m) const
inlinevirtual

writes the measurement to an array of double

Returns
true on success

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 66 of file edge_line2d.h.

66  {
67  Eigen::Map<Vector2D> m(d);
68  m=_measurement;
69  return true;
70  }
Measurement _measurement
Definition: base_edge.h:87
virtual double g2o::EdgeLine2D::initialEstimatePossible ( const OptimizableGraph::VertexSet from,
OptimizableGraph::Vertex to 
)
inlinevirtual

override in your class if it's possible to initialize the vertices in certain combinations. The return value may correspond to the cost for initiliaizng the vertex but should be positive if the initialization is possible and negative if not possible.

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 82 of file edge_line2d.h.

82 { return 0.;}
void EdgeLine2D::linearizeOplus ( )
virtual

Linearizes the oplus operator in the vertex, and stores the result in temporary variables _jacobianOplusXi and _jacobianOplusXj

Reimplemented from g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >.

Definition at line 71 of file edge_line2d.cpp.

References g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >::_jacobianOplusXi, and g2o::BaseBinaryEdge< 2, Line2D, VertexLine2D, VertexLine2D >::_jacobianOplusXj.

72  {
73  _jacobianOplusXi=-Matrix2d::Identity();
74  _jacobianOplusXj= Matrix2d::Identity();
75  }
virtual int g2o::EdgeLine2D::measurementDimension ( ) const
inlinevirtual

returns the dimension of the measurement in the extended representation which is used by get/setMeasurement;

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 72 of file edge_line2d.h.

72 {return 2;}
bool EdgeLine2D::read ( std::istream &  is)
virtual

read the vertex from a stream, i.e., the internal state of the vertex

Implements g2o::OptimizableGraph::Edge.

Definition at line 44 of file edge_line2d.cpp.

References g2o::BaseEdge< D, Line2D >::information(), and setMeasurement().

45  {
46  Vector2D v;
47  for (int i = 0; i < 2; ++i)
48  is >> v[i];
49  setMeasurement(v);
50  for (int i = 0; i < 2; ++i)
51  for (int j = i; j < 2; ++j) {
52  is >> information()(i, j);
53  if (i != j)
54  information()(j, i) = information()(i, j);
55  }
56  return true;
57  }
Eigen::Matrix< double, 2, 1, Eigen::ColMajor > Vector2D
Definition: eigen_types.h:45
virtual void setMeasurement(const Line2D &m)
Definition: edge_line2d.h:52
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Definition: base_edge.h:67
virtual void g2o::EdgeLine2D::setMeasurement ( const Line2D m)
inlinevirtual

Reimplemented from g2o::BaseEdge< D, Line2D >.

Definition at line 52 of file edge_line2d.h.

Referenced by read().

52  {
53  _measurement = m;
54  }
Measurement _measurement
Definition: base_edge.h:87
virtual void g2o::EdgeLine2D::setMeasurement ( const Vector2D m)
inlinevirtual

Definition at line 56 of file edge_line2d.h.

56  {
57  _measurement = m;
58  }
Measurement _measurement
Definition: base_edge.h:87
virtual bool g2o::EdgeLine2D::setMeasurementData ( const double *  m)
inlinevirtual

sets the measurement from an array of double

Returns
true on success

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 60 of file edge_line2d.h.

60  {
61  Eigen::Map<const Vector2D> m(d);
62  _measurement=Line2D(m);
63  return true;
64  }
Measurement _measurement
Definition: base_edge.h:87
virtual bool g2o::EdgeLine2D::setMeasurementFromState ( )
inlinevirtual

sets the estimate to have a zero error, based on the current value of the state variables returns false if not supported.

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 74 of file edge_line2d.h.

References g2o::BaseVertex< D, T >::estimate().

74  {
75  const VertexLine2D* v1 = static_cast<const VertexLine2D*>(_vertices[0]);
76  const VertexLine2D* v2 = static_cast<const VertexLine2D*>(_vertices[1]);
77  _measurement = Line2D((Vector2D)(v2->estimate())-(Vector2D)v1->estimate());
78  return true;
79  }
Eigen::Matrix< double, 2, 1, Eigen::ColMajor > Vector2D
Definition: eigen_types.h:45
Measurement _measurement
Definition: base_edge.h:87
VertexContainer _vertices
Definition: hyper_graph.h:202
bool EdgeLine2D::write ( std::ostream &  os) const
virtual

write the vertex to a stream

Implements g2o::OptimizableGraph::Edge.

Definition at line 59 of file edge_line2d.cpp.

References g2o::BaseEdge< D, Line2D >::_measurement, and g2o::BaseEdge< D, Line2D >::information().

60  {
61  for (int i = 0; i < 2; ++i)
62  os << _measurement[i] << " ";
63  for (int i = 0; i < 2; ++i)
64  for (int j = i; j < 2; ++j)
65  os << " " << information()(i, j);
66  return os.good();
67  }
Measurement _measurement
Definition: base_edge.h:87
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Definition: base_edge.h:67

The documentation for this class was generated from the following files: