|
#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/Features/FeatureCalculator.hpp>
Public Types | |
using | Points = std::vector< Eigen::Vector3f > |
Public Member Functions | |
template<class F > | |
void | addFeature () |
std::map< std::string, FeaturePtr > | getFeatures (const Points &points) |
std::map< std::string, FeaturePtr > | getFeatures (const std::pair< std::string, Points > &points) |
Definition at line 35 of file FeatureCalculator.hpp.
using Points = std::vector<Eigen::Vector3f> |
Definition at line 38 of file FeatureCalculator.hpp.
|
inline |
Definition at line 40 of file FeatureCalculator.hpp.
|
inline |
Definition at line 54 of file FeatureCalculator.hpp.
|
inline |
Definition at line 67 of file FeatureCalculator.hpp.