#include <lie_algebra.hpp>

Classes | |
| class | LieAlgebraBasisVector |
Public Member Functions | |
| cv::Mat | algebra2group (const cv::Mat &lieAlgebraCoords) const |
| void | dot (const cv::Mat &src, cv::Mat &dst) const |
| virtual | ~LieAlgebra () |
Protected Member Functions | |
| LieAlgebra () | |
Static Protected Member Functions | |
| static cv::Mat | matrixExp (const cv::Mat &mat) |
Protected Attributes | |
| std::vector < LieAlgebraBasisVector > | basis |
Definition at line 4 of file lie_algebra.hpp.
| virtual LieAlgebra::~LieAlgebra | ( | ) | [inline, virtual] |
Definition at line 13 of file lie_algebra.hpp.
| LieAlgebra::LieAlgebra | ( | ) | [inline, protected] |
Definition at line 17 of file lie_algebra.hpp.
| Mat LieAlgebra::algebra2group | ( | const cv::Mat & | lieAlgebraCoords | ) | const |
| void LieAlgebra::dot | ( | const cv::Mat & | src, |
| cv::Mat & | dst | ||
| ) | const |
| Mat LieAlgebra::matrixExp | ( | const cv::Mat & | mat | ) | [static, protected] |
std::vector<LieAlgebraBasisVector> LieAlgebra::basis [protected] |
Definition at line 43 of file lie_algebra.hpp.