#include <iostream>
#include <string>
#include "Eigen/Core"
#include "Eigen/Geometry"
#include "ceres/ceres.h"
Go to the source code of this file.
Classes | |
class | Rigid3< FloatType > |
class | TransformDeltaCostFunctor |
Functions | |
template<typename FloatType > | |
Rigid3< FloatType > | operator* (const Rigid3< FloatType > &lhs, const Rigid3< FloatType > &rhs) |
template<typename FloatType > | |
Rigid3< FloatType >::Vector | operator* (const Rigid3< FloatType > &rigid, const typename Rigid3< FloatType >::Vector &point) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, Rigid3< T > &rigid) |
Rigid3<FloatType> operator* | ( | const Rigid3< FloatType > & | lhs, |
const Rigid3< FloatType > & | rhs | ||
) |
Definition at line 102 of file transform_delta_cost_functor.h.
Rigid3<FloatType>::Vector operator* | ( | const Rigid3< FloatType > & | rigid, |
const typename Rigid3< FloatType >::Vector & | point | ||
) |
Definition at line 110 of file transform_delta_cost_functor.h.
Definition at line 118 of file transform_delta_cost_functor.h.