38 using Points = std::vector<Eigen::Vector3f>;
56 std::map<std::string, FeaturePtr> fs;
58 for (
auto& f : features)
61 fs[feature->name()] = feature;
67 std::map<std::string, FeaturePtr>
getFeatures(
const std::pair<std::string, Points>& points)
69 std::map<std::string, FeaturePtr> fs;
71 for (
auto& f : features)
74 fs[feature->name()] = feature;
81 std::vector<FeaturePtr> features;