#include <pcl17/classification/PHVObjectClassifier.h>#include <opencv2/core/core.hpp>#include <pcl17/features/vfh.h>

Go to the source code of this file.
Functions | |
| template<class FeatureT > | |
| void | transform_to_features (const cv::Mat &mat, std::vector< FeatureT > &features) |
| template<class FeatureT > | |
| cv::Mat | transform_to_mat (const std::vector< FeatureT > &features) |
| void transform_to_features | ( | const cv::Mat & | mat, |
| std::vector< FeatureT > & | features | ||
| ) |
Definition at line 30 of file PHVObjectClassifier.hpp.
| cv::Mat transform_to_mat | ( | const std::vector< FeatureT > & | features | ) |
Definition at line 16 of file PHVObjectClassifier.hpp.