MIRA
|
Wrappers around eigen in/output to support streaming operators. More...
#include <boost/algorithm/string/trim.hpp>
#include <platform/Platform.h>
#include <Eigen/Eigen>
#include <Eigen/StdVector>
#include <stream/NumericalStream.h>
#include <error/Exceptions.h>
Go to the source code of this file.
Classes | |
class | EigenFormat |
Base class for formatting eigen matrices. More... | |
class | TEigenFormatReadOnly< Derived > |
Template class wrapping the serializing functionality of eigen to support stream operators using a given format. More... | |
class | TEigenFormat< Derived > |
Template class wrapping the serializing functionality of eigen to support stream operators using a given format. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
template<typename Derived > | |
TEigenFormat< Derived > | format (Eigen::MatrixBase< Derived > &matrix, Eigen::IOFormat format=EigenFormat::matlab()) |
Function for formatting an Eigen matrix using a special format. More... | |
template<typename Derived > | |
TEigenFormatReadOnly< Derived > | format (const Eigen::MatrixBase< Derived > &matrix, Eigen::IOFormat format=EigenFormat::matlab()) |
Same as above, provided for const correctness. More... | |
Wrappers around eigen in/output to support streaming operators.