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

#include <types_six_dof_expmap.h>

Inheritance diagram for g2o::EdgeSE3ProjectXYZOnlyPose:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

double cx
 
double cy
 
double fx
 
double fy
 
Vector3d Xw
 

Additional Inherited Members

- Public Types inherited from g2o::BaseUnaryEdge< 2, Vector2d, VertexSE3Expmap >
typedef BaseEdge< D, Vector2d >::ErrorVector ErrorVector
 
typedef BaseEdge< D, Vector2d >::InformationType InformationType
 
typedef Matrix< double, D, VertexXiType::Dimension >::AlignedMapType JacobianXiOplusType
 
typedef BaseEdge< D, Vector2d >::Measurement Measurement
 
typedef VertexSE3Expmap VertexXiType
 
- Public Types inherited from g2o::BaseEdge< D, Vector2d >
typedef Matrix< double, D, 1 > ErrorVector
 
typedef Matrix< double, D, D > InformationType
 
typedef Vector2d Measurement
 
- Static Public Attributes inherited from g2o::BaseUnaryEdge< 2, Vector2d, VertexSE3Expmap >
static const int Dimension
 
- Static Public Attributes inherited from g2o::BaseEdge< D, Vector2d >
static const int Dimension
 
- Protected Member Functions inherited from g2o::BaseEdge< D, Vector2d >
InformationType robustInformation (const Eigen::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)
 
virtual bool resolveCaches ()
 
bool resolveParameters ()
 
- Protected Attributes inherited from g2o::BaseUnaryEdge< 2, Vector2d, VertexSE3Expmap >
JacobianXiOplusType _jacobianOplusXi
 
- Protected Attributes inherited from g2o::BaseEdge< D, Vector2d >
ErrorVector _error
 
InformationType _information
 
Measurement _measurement
 
- Protected Attributes inherited from g2o::OptimizableGraph::Edge
std::vector< int > _cacheIds
 
int _dimension
 
long long _internalId
 
int _level
 
std::vector< int > _parameterIds
 
std::vector< Parameter ** > _parameters
 
std::vector< std::string > _parameterTypes
 
RobustKernel_robustKernel
 
- Protected Attributes inherited from g2o::HyperGraph::Edge
int _id
 unique id More...
 
VertexContainer _vertices
 

Detailed Description

Definition at line 143 of file types_six_dof_expmap.h.

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW g2o::EdgeSE3ProjectXYZOnlyPose::EdgeSE3ProjectXYZOnlyPose ( )
inline

Definition at line 147 of file types_six_dof_expmap.h.

Member Function Documentation

Vector2d g2o::EdgeSE3ProjectXYZOnlyPose::cam_project ( const Vector3d &  trans_xyz) const

Definition at line 290 of file types_six_dof_expmap.cpp.

void g2o::EdgeSE3ProjectXYZOnlyPose::computeError ( )
inlinevirtual

Implements g2o::OptimizableGraph::Edge.

Definition at line 153 of file types_six_dof_expmap.h.

bool g2o::EdgeSE3ProjectXYZOnlyPose::isDepthPositive ( )
inline

Definition at line 159 of file types_six_dof_expmap.h.

void g2o::EdgeSE3ProjectXYZOnlyPose::linearizeOplus ( )
virtual

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

Reimplemented from g2o::BaseUnaryEdge< 2, Vector2d, VertexSE3Expmap >.

Definition at line 266 of file types_six_dof_expmap.cpp.

bool g2o::EdgeSE3ProjectXYZOnlyPose::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 239 of file types_six_dof_expmap.cpp.

bool g2o::EdgeSE3ProjectXYZOnlyPose::write ( std::ostream &  os) const
virtual

write the vertex to a stream

Implements g2o::OptimizableGraph::Edge.

Definition at line 252 of file types_six_dof_expmap.cpp.

Member Data Documentation

double g2o::EdgeSE3ProjectXYZOnlyPose::cx

Definition at line 170 of file types_six_dof_expmap.h.

double g2o::EdgeSE3ProjectXYZOnlyPose::cy

Definition at line 170 of file types_six_dof_expmap.h.

double g2o::EdgeSE3ProjectXYZOnlyPose::fx

Definition at line 170 of file types_six_dof_expmap.h.

double g2o::EdgeSE3ProjectXYZOnlyPose::fy

Definition at line 170 of file types_six_dof_expmap.h.

Vector3d g2o::EdgeSE3ProjectXYZOnlyPose::Xw

Definition at line 169 of file types_six_dof_expmap.h.


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


orb_slam2_ros
Author(s):
autogenerated on Wed Apr 21 2021 02:53:06