76 Eigen::Matrix<double, 2, 3, Eigen::ColMajor> Jcam =
bool writeInformationMatrix(std::ostream &os) const
write the upper trinagular part of the information matrix into the stream
bool readInformationMatrix(std::istream &is)
bool readParamIds(std::istream &is)
reads the param IDs from the stream
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
bool writeParamIds(std::ostream &os) const
write the param IDs that are potentially used by the edge
Measurement _measurement
the measurement of the edge
std::tuple< JacobianType< D, VertexTypes::Dimension >... > _jacobianOplus
const EstimateType & estimate() const
return the current estimate of the vertex
Vector2 cam_map(const Vector3 &trans_xyz) const
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgeProjectPSI2UV()
virtual bool write(std::ostream &os) const
write the vertex to a stream
virtual void linearizeOplus()
const Parameter * parameter(int argNo) const
bool installParameter(ParameterType *&p, size_t argNo, int paramId=-1)
void resizeParameters(size_t newSize)
const Quaternion & rotation() const
Vertex for a tracked point in space.
SE3 Vertex parameterized internally with a transformation matrix and externally with its exponential ...
Eigen::Matrix< double, 2, 3, Eigen::ColMajor > d_proj_d_y(const double &f, const Vector3 &xyz)
Vector3 invert_depth(const Vector3 &x)
Matrix3 d_Tinvpsi_d_psi(const SE3Quat &T, const Vector3 &psi)
bool writeVector(std::ostream &os, const Eigen::DenseBase< Derived > &b)
Eigen::Matrix< double, 3, 6, Eigen::ColMajor > d_expy_d_y(const Vector3 &y)
bool readVector(std::istream &is, Eigen::DenseBase< Derived > &b)