cpd
0.5.1
Coherent Point Drift: C++ library for point set registration
|
Basic typedefs for our flavors of Eigen matrices. More...
#include <Eigen/Dense>
Go to the source code of this file.
Namespaces | |
cpd | |
Top-level cpd namespace. | |
Typedefs | |
typedef Eigen::MatrixXd | cpd::Matrix |
Our base matrix class. More... | |
typedef Eigen::VectorXd | cpd::Vector |
Typedef for our specific type of vector. More... | |
typedef Eigen::Matrix< Matrix::Index, Eigen::Dynamic, 1 > | cpd::IndexVector |
Typedef for an index vector, used to index other matrices. More... | |
typedef Eigen::ArrayXd | cpd::Array |
Typedef for our specific type of array. More... | |
Functions | |
Matrix | cpd::apply_transformation_matrix (Matrix points, const Matrix &transform) |
Apply a transformation matrix to a set of points. More... | |
Basic typedefs for our flavors of Eigen matrices.