27 std::pair<Eigen::Matrix3Xd, Eigen::Matrix3Xd>
points;
34 std::pair<std::vector<int>, std::vector<int>>
indices;
Namespace for the KCP library.
Definition: common.hpp:15
Data structure for point correspondences.
Definition: common.hpp:21
std::pair< Eigen::Matrix3Xd, Eigen::Matrix3Xd > points
Correspondences in terms of position, where the first and the second parts correspond to the source a...
Definition: common.hpp:27
std::pair< std::vector< int >, std::vector< int > > indices
Correspondences in terms of point indices, where the first and the second parts correspond to the sou...
Definition: common.hpp:34